[Soot-list] Inconsistency in handling unicode class names

Richard L. Halpert richardlhalpert at gmail.com
Sun Mar 6 11:00:56 EST 2011


Actually, it sounds to me like jasmin is the culprit, since its output is
clearly in ASCII instead of UTF-8, but soot's immediate output (the .jasmin
file) seems to be correct.  Jasmin must be converting strings (which in Java
are stored as UTF-8) or files containing your character to ASCII before
writing the final version.  This could occur by converting to a character
array or saving to a file without correctly specifying the charset.

-Richard
On Mar 6, 2011 7:34 AM, "Eric Bodden" <bodden at st.informatik.tu-darmstadt.de>
wrote:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20110306/7ccc0b7e/attachment.html 


More information about the Soot-list mailing list