Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode object names #2

Closed
ForNeVeR opened this issue Jan 5, 2016 · 2 comments
Closed

Unicode object names #2

ForNeVeR opened this issue Jan 5, 2016 · 2 comments

Comments

@ForNeVeR
Copy link

ForNeVeR commented Jan 5, 2016

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
Copy link
Owner

thliebig commented Jan 5, 2016

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

@thliebig thliebig closed this as completed Jan 5, 2016
@ForNeVeR
Copy link
Author

ForNeVeR commented Jan 6, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants