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

Some UTF-8 chars saved incorrectly into the file #39

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments
Closed

Some UTF-8 chars saved incorrectly into the file #39

GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. create node 
2. define datamodel  for this node with cyrillic chars: <name>старт</name> 
(corresponds to `start`)
3. save scxml into a file
4. try to reopen it


What is the expected output?
the stored scxml model

What do you see instead?
Error: MalformedByteSequenceException: Invalid byte 2 of 2-byte UTF-8 sequence.

If I open the file with text editor that supports UTF-8? 
I can see: `?тарт` instead of `старт`


The latest version on windowsXP



Please provide any additional information below.


Original issue reported on code.google.com by daggett....@gmail.com on 5 Oct 2012 at 8:57

@GoogleCodeExporter
Copy link
Author

Original comment by fmorbini on 5 Oct 2012 at 4:48

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

should be fixed in r144

Original comment by fmorbini on 5 Oct 2012 at 9:51

  • Changed state: Fixed

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

No branches or pull requests

1 participant