<![CDATA[ [Evo] YAMS or another approach? - My Forums]]> https://forums.modx.com/thread/?thread=45613 <![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539102 Quote from: d.helfensteller at Mar 02, 2016, 09:15 AM
There was just a typo.....: https://github.com/goldsky/YAMS/issues/1

protected function Initialise() {
  YamsUtils::$itsUTF8Modifier == $this->itsEncodingModifierMode;
}

This is great, it's working perfectly now ! Thanks a lot !]]>
efilippi Mar 02, 2016, 11:07 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539102
<![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539098 I have at least 15 sites live running with YAMS and very pleased its there.]]> fourroses666 Mar 02, 2016, 10:40 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539098 <![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539087 d.helfensteller Mar 02, 2016, 03:59 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539087 <![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539085 I do every multilingual part (buttons, forms, snippets returns, links etc) using multilingual docs and YAMS snippet calls or Yams placeholders.

Eric]]>
efilippi Mar 02, 2016, 03:24 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539085
<![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539084 https://github.com/goldsky/YAMS/issues/1

protected function Initialise() {
  YamsUtils::$itsUTF8Modifier == $this->itsEncodingModifierMode;
}
]]>
d.helfensteller Mar 02, 2016, 03:15 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-539084
<![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-263864
funny i was coming to say the same thing smiley

the fact i should have a close look at modx install too as it comes with clearly French utf8 or French, the same for one or two other languages but not for English... don’t know if it what makes YAMS behave like you describe (besides the fact that yams.class.inc.php comes as an iso file and not an utf8 one what could be a resaon for a misreading/outputing files that are used through it)

as soon as i have some time to check this i will have a close look at it as i going to use YAMS + Evo quite heavily those coming... months

Have swing]]>
virtualbear May 11, 2011, 07:41 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach?page=2#dis-post-263864
<![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach#dis-post-263863
    //----------------------------
    // itsEncodingModifierMode
    //----------------------------
    $contents .=
      '  // The encoding modifier.' . PHP_EOL
      . '  // \'manager\' means use the manager setting' . PHP_EOL
      . '  // \'u\' if webpage content is in UTF-8' . PHP_EOL
      . '  // \'\' otherwise' . PHP_EOL
      . '  $this->itsEncodingModifierMode = '
      . YamsUtils::AsPHPSingleQuotedString( $this->itsEncodingModifierMode )
      . ';' . PHP_EOL;

]]>
sottwell May 11, 2011, 06:09 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach#dis-post-263863
<![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach#dis-post-263862 sottwell May 11, 2011, 06:03 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach#dis-post-263862 <![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach#dis-post-263861
got to check this as i’ve a website coming to be done in five languages including ltr ones (arabic)

Have swing

]]>
virtualbear May 11, 2011, 04:48 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach#dis-post-263861
<![CDATA[Re: [Evo] YAMS or another approach?]]> https://forums.modx.com/thread/45613/evo-yams-or-another-approach#dis-post-263860 sottwell May 11, 2011, 04:26 AM https://forums.modx.com/thread/45613/evo-yams-or-another-approach#dis-post-263860