thliebig / AppCSXCAD

Minimal GUI Application using the QCSXCAD library.
http://openEMS.de
GNU General Public License v3.0
6 stars 12 forks source link

Unicode object names #2

Closed ForNeVeR closed 8 years ago

ForNeVeR commented 8 years ago

Create new metal object, name it using Unicode (for example, "Стол 1").

AppCSXCAD will show it as "???? 1" in a property tree and will save it with ISO-8859-1 encoding into XML file (so, there will be something like <Metal ID="2" Name="???? 1">).

It also won't read properly formed UTF-8 XML file and display gibberish characters instead.

I think that AppCSXCAD should use Unicode for storing the object names and for saving the data.

(I am using Windows.)

thliebig commented 8 years ago

should be fixed in the CSXCAD and QCSXCAD libraries, nothing to do in AppCSXCAD. Thanks for reporting.

ForNeVeR commented 8 years ago

Wow, you've already fixed that. Thanks a lot!