This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 127 - Wrong character encoding in XML upload to server.
Summary: Wrong character encoding in XML upload to server.
Status: RESOLVED FIXED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: GUI (show other bugs)
Version: 3.4.7
Hardware: PC Windows 2000
: P2 normal
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2005-02-16 20:23 CET by Gerd Behrmann
Modified: 2005-02-16 20:24 CET (History)
0 users

See Also:
Architecture:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerd Behrmann 2005-02-16 20:23:42 CET
The character encoding when uploading to the server is not UTF-8. This can give
problems when the model contains localized characters (e.g. in comments), as the
XML parser used in the engine will complain by printing an error message. The
GUI does not understand this message and the visible consequence is that no
system appears in the simulator.
Comment 1 Gerd Behrmann 2005-02-16 20:24:35 CET
A fix has been checked into CVS. The fix is to always use UTF-8 when
communicating with the server process.