Daniel Kurka has posted comments on this change.
Change subject: add StringBuffer/Builder.reverse
......................................................................
Patch Set 1:
(1 comment)
....................................................
File user/test/com/google/gwt/emultest/java/lang/StringBufferTest.java
Line 276: assertEquals("\uD801\uDC00abce", new
StringBuffer("ecba\uD801\uDC00").reverse().toString());
those are all invalid strings since surrogates can only appear in pairs and
the first surrogate has to be in the range 0xD800 - 0xDBFF while the second
has to be in the range 0xDC00 - 0xDFFF.
This is why the standard values can only be in the range 0x000 - 0xD7FF and
0xE000 - 0xFFFF.
--
To view, visit https://gwt-review.googlesource.com/2431
To unsubscribe, visit https://gwt-review.googlesource.com/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I342e7ed86c0e4efa90d09bdfe0d72c79db2654c5
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <[email protected]>
Gerrit-Reviewer: Daniel Kurka <[email protected]>
Gerrit-Reviewer: Goktug Gokdogan <[email protected]>
Gerrit-HasComments: Yes
--
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to the Google Groups "Google Web Toolkit Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.