https://issues.apache.org/bugzilla/show_bug.cgi?id=51400

--- Comment #3 from Konstantin Preißer <prei...@web.de> 2011-06-21 15:05:53 UTC 
---
Hello,
please note that String.getBytes(Charset charset), new String(byte[] bytes,
Charset charset) etc. are available since Java 1.6 only, so these probably
can't be used for Tomcat 6.

According to the second link in the report, Charset.decode() / Charset.encode()
(with ByteBuffer/CharBuffer) can be used for Strings.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to