The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Strange behaviour of "Replace Tokens" in Slovenian language
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
0
Answers
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