crhume / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

double byte charachters do not work properly in ConfigManager #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open ConfigManager
2. Select Display Menu
3. Enter a value for a double-byte language such as "iw"
4. Save configuration, and view value.
5. Value is displayed as questionmarks

What is the expected output? What do you see instead?
Value should be same as originally intered value.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jrivard on 27 Jul 2011 at 1:33

GoogleCodeExporter commented 9 years ago
Appears to be an issue with PwmConfiguration.xml file encoding.

Original comment by jrivard on 27 Jul 2011 at 1:34

GoogleCodeExporter commented 9 years ago
Fixed in svn revision 212.  PwmConfiguration.xml was being read with incorrect 
encoding.

Original comment by jrivard on 28 Jul 2011 at 5:12