Options

Strange behaviour of "Replace Tokens" in Slovenian language

mmaragmmarag Member Posts: 35 Maven
Dear all,

I am placing a replace token operator, that contains (in XML) the following passage:
<list key="replace_dictionary">
              <parameter key="ž" value="z"/>
              <parameter key="č" value="c"/>
              <parameter key="š" value="s"/>
            </list>

When I run the process for the first time, everythin is ok, but when I save it, the above XML part becomes:
<list key="replace_dictionary">
              <parameter key="?" value="z"/>
              <parameter key="?" value="c"/>
              <parameter key="?" value="s"/>
            </list>

I have tried to save the process as SYSTEM and UTF-8 without any success....

Regards
Manolis

Answers

  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi Manolis,

    which version of RapidMiner are you using? We fixed a utf8 bug during process export in one of the last versions. The current version available to the public is 5.2.008.

    Best, Marius
Sign In or Register to comment.