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

Bug 127

Summary: Wrong character encoding in XML upload to server.
Product: UPPAAL Reporter: Gerd Behrmann <behrmann>
Component: GUIAssignee: Gerd Behrmann <behrmann>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.4.7   
Hardware: PC   
OS: Windows 2000   
Architecture:

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.