-
Notifications
You must be signed in to change notification settings - Fork 32
Support utf-8 strings in configuration files #36
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Parsing from an xml configuration file encoded in utf-8 does not seems to be working as expected.
For example, the following menu is not displayed properly:
<menu name="_Ψ_" description="test for psi letter" />The action does not support utf-8 strings. For example, the following prompt message is not displayed as expected:
<menu name="test" description="test for copyright and omega characters">
<actions>
<prompt name="myarguments" title="z©z" default="Hugh _Ω_ Jass" />
</actions>
</menu>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working