hg: jdk8/tl/jdk: 3 new changesets

2011-09-28 Thread weijun . wang
Changeset: 79582fcc8329 Author:weijun Date: 2011-09-28 14:21 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/79582fcc8329 7089889: Krb5LoginModule.login() throws an exception if used without a keytab Reviewed-by: xuelei, valeriep !

Codereview request for 7096080: UTF8 update and new CESU-8 charset

2011-09-28 Thread Xueming Shen
Hi, [I combined the proposed charge for #7082884, in which no one appears to be interested:-) into this one] Unicode Standard added Addition Constraints on conversion of ill-formed UTF-8 in version 5.1 [1] and updated in 6.0 again with further clarification [2] regarding how a conformance

Re: Codereview request for 7082884: Incorrect UTF8 conversion for sequence ED 31

2011-09-28 Thread Ulf Zibis
Am 19.09.2011 22:21, schrieb Xueming Shen: The current implementation decode new String(new byte[]{(byte)0xed, 31}, UTF8) Bug 7082884 refers to ED 31, so it should be: new String(new byte[]{(byte)0xed, 0x31}, UTF8) -Ulf

Re: Codereview request for 7096080: UTF8 update and new CESU-8 charset

2011-09-28 Thread Ulf Zibis
Hi Sherman, 1. bug 7096080 is not visible at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7096080 2. bug 7096080 seems to be a duplicate of 6798514 - Charset UTF-8 accepts CESU-8 codings http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6798514 which was closed. It should be reopened

Re: Codereview request for 7096080: UTF8 update and new CESU-8 charset

2011-09-28 Thread Xueming Shen
Hi, On 9/28/2011 3:44 PM, Ulf Zibis wrote: Hi Sherman, 1. bug 7096080 is not visible at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7096080 It might take couple days for it to show up on bugs.sun.com. But it has exactly the same content as my previous email. In fact I simply