RGMSSONI / localizedproperties

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

Double byte entries are not recognized on first edit #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create 2 properties files e.g. test.properties and test_th.properties 
manually (not using the tool) with same content
2. Open in editor and replace the content of the th file with Thai characters
3. Save it

What is the expected output? What do you see instead?
expect test_th.properties to contain Unicode escaped characters. Instead see 
garbled characters

What version of the product are you using? On what operating system?
Eclipse Kepler on Ubuntu 12.04/64 with plugin 0.85

Please provide any additional information below.

When seeding the test_th.properties with one unicode escaped entry 
loading/saving works

Some characters to play with
Company=บริษัท
Person=ผู้
Fruit=ผลาผล
Color=สี
Test=ทดสอบ
Description=บางรายการที่จะทดสอบ I18N

Original issue reported on code.google.com by step...@wissel.net on 14 Jan 2014 at 3:31