Am 02.10.2011 08:29, schrieb Xueming Shen:
http://www.unicode.org/versions/Unicode6.0.0/ch03.pdf
Go to 3.9 Unicode Encoding Forms. Or simply search D93
On 10/1/2011 2:21 PM, Ulf Zibis wrote:
Am 30.09.2011 22:46, schrieb Xueming Shen:
On 09/30/2011 07:09 AM, Ulf Zibis wrote:
(1) new byte[]{(
Hi again,
Am 30.09.2011 00:27, schrieb Xueming Shen:
On 09/29/2011 02:16 PM, Ulf Zibis wrote:
280 if (Character.isSurrogate(c))
281 return malformedForLength(src, sp, dst, dp, 3);
Shouldn't we return cr.length() = 1to allow remaining 2 bytes to be
I haven't seen it but Olivier Lagneau asked me off-list recently about
the same issue (same test, same failure mode). I've cc'ed the i18n folks
in case they recognize it. My guess is that this is an implementation
bug in LocaleServiceProviderPool rather than a test bug.
-Alan.
Kelly O'Hair