ektfetna1 / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
1 stars 0 forks source link

Patch for /trunk/java/src/com/google/gdata/util/io/base/UnicodeReader.java #435

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The "UTF-32LE" branch is dead because "UTF-16LE" will always match it. This 
patch fixes that by placing the "UTF-32LE" condition before the "UTF-16LE" one.
Also added a minor change to disambiguate UTF16LE and UTF32LE in edge case 
where input consist of the UTF16LE BOM only (which would be detected as UTF32LE 
otherwise)

Original issue reported on code.google.com by bruno.do.medeiros on 29 May 2013 at 1:39

Attachments: