U N I M O Z E R - the universal modelizer for learning Java™

GNU General Public License

Get Structorizer at SourceForge.net. Fast, secure and Free Open Source software downloads

100% FREE award granted by Softpedia
#12: Encoding problem
Priority: 
normal
Status: 
closed
On wrote:
There seams to be an encoding problem with either the editor component or the parser. As a mater of fact, some signs are being eaten up.

Try adding a comment like "ArrĂȘter de ..." so the "ĂȘ" will disappear after that the code is being regenerated.

I think it's a problem with the parser or the DumpVisitor ...
On wrote:
No, it was not at all a problem of the parser. It was the saving routine which was saving the code with some default encoding an reading it in some other.

I changed both to used UTF-8, as all other Java applications. This solved the problem.