Skip to content

Support utf-8 strings in configuration files #36

@end2endzone

Description

@end2endzone

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions