RE: [classlib] request for modification of String.java

2006-06-28 Thread Nathan Beyer
gException)(new UnsupportedEncodingException(encoding).initCause(e); -Nathan > -Original Message- > From: Mikhail Loenko [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 28, 2006 7:05 AM > To: harmony-dev@incubator.apache.org > Subject: [classlib] request for modification of String.java &g

Re: [classlib] request for modification of String.java

2006-06-28 Thread Tim Ellison
So for it! Regards, Tim Mikhail Loenko wrote: > As a fix for H-663 I'd like to apply this patch > > @@ -848,6 +848,8 @@ > if (charset == null || > !encoding.equalsIgnoreCase(charset.name())) { > try { > charset = Charset.forName(encoding); > +} cat

[classlib] request for modification of String.java

2006-06-28 Thread Mikhail Loenko
As a fix for H-663 I'd like to apply this patch @@ -848,6 +848,8 @@ if (charset == null || !encoding.equalsIgnoreCase(charset.name())) { try { charset = Charset.forName(encoding); + } catch (IllegalChar