Strange behaviour of "Replace Tokens" in Slovenian language
mmarag
New Altair Community Member
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
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
Tagged:
0
Answers
-
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, Marius0