]> source.dussan.org Git - poi.git/commit
UnicodeString now does not do the peculiar new String(getBytes("Unicode"),"Unicode...
authorJason Height <jheight@apache.org>
Fri, 2 Sep 2005 03:41:40 +0000 (03:41 +0000)
committerJason Height <jheight@apache.org>
Fri, 2 Sep 2005 03:41:40 +0000 (03:41 +0000)
commit0c9120905f67873b3b539d85f516c132adf2986d
treea62da1495b3311b7587ca08203f6c77704e76408
parent6313c0f05c0ced7ed0f68c2b0a2c8361af8de74e
UnicodeString now does not do the peculiar new String(getBytes("Unicode"),"Unicode") when serializing.

I doubt that this will have an effect on the serialization on non UTF8 platforms, but not having one of these to test on i dont know for 100%.

Please if anyone can try this with their code with a non-8bit character set please do and let us know of any issues

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353777 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/record/UnicodeString.java