You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Pavel Ausianik <Pa...@epam.com> on 2002/11/22 13:23:12 UTC

[PATCH] Create ISO8859_1 String from char array

Please find a patch proposed for converting HTTP headers using own
conversion instead of  using JVM byte to char converter, as it happens not
to be efficient
Also I have concatenated several const Strings in StringBuffer.append

Thanks,
Pavel


Re: [PATCH] Create ISO8859_1 String from char array

Posted by Scott Nichol <sn...@scottnichol.com>.
Pavel,

I committed this change, moving your getXXX function to StringUtils
since it is generally useful.

Scott Nichol

----- Original Message -----
From: "Pavel Ausianik" <Pa...@epam.com>
To: <so...@xml.apache.org>
Sent: Friday, November 22, 2002 7:23 AM
Subject: [PATCH] Create ISO8859_1 String from char array


> Please find a patch proposed for converting HTTP headers using own
> conversion instead of  using JVM byte to char converter, as it happens
not
> to be efficient
> Also I have concatenated several const Strings in StringBuffer.append
>
> Thanks,
> Pavel
>
>


------------------------------------------------------------------------
--------


> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>


Re: [PATCH] Create ISO8859_1 String from char array

Posted by Scott Nichol <sn...@scottnichol.com>.
Pavel,

I committed this change, moving your getXXX function to StringUtils
since it is generally useful.

Scott Nichol

----- Original Message -----
From: "Pavel Ausianik" <Pa...@epam.com>
To: <so...@xml.apache.org>
Sent: Friday, November 22, 2002 7:23 AM
Subject: [PATCH] Create ISO8859_1 String from char array


> Please find a patch proposed for converting HTTP headers using own
> conversion instead of  using JVM byte to char converter, as it happens
not
> to be efficient
> Also I have concatenated several const Strings in StringBuffer.append
>
> Thanks,
> Pavel
>
>


------------------------------------------------------------------------
--------


> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>