Re: Misleading documentation for class java.nio.charset.spi.CharsetProvider

2012-12-07 Thread Alan Bateman
On 06/12/2012 22:03, Christian Schulte wrote: : Or update the code to use the thread context class loader if possible. This would allow using custom charset providers with e.g. Webstart. Anyway. Thanks for taking a look. Using the TCCL for charset providers is highly problematic, this is a case

Re: Misleading documentation for class java.nio.charset.spi.CharsetProvider

2012-12-06 Thread Christian Schulte
Am 12/06/12 18:50, schrieb Alan Bateman: > On 06/12/2012 17:26, Christian Schulte wrote: >> Hello, >> >> I am not sure if this is the correct mailing list to send this mail to. >> Please apologize any inconvenience caused. >> >> The JDK 7 documentation of class java.nio.charset.spi.CharsetProvider

Re: Misleading documentation for class java.nio.charset.spi.CharsetProvider

2012-12-06 Thread Alan Bateman
On 06/12/2012 17:26, Christian Schulte wrote: Hello, I am not sure if this is the correct mailing list to send this mail to. Please apologize any inconvenience caused. The JDK 7 documentation of class java.nio.charset.spi.CharsetProvider states the following: [...] Charset providers are looked

Misleading documentation for class java.nio.charset.spi.CharsetProvider

2012-12-06 Thread Christian Schulte
Hello, I am not sure if this is the correct mailing list to send this mail to. Please apologize any inconvenience caused. The JDK 7 documentation of class java.nio.charset.spi.CharsetProvider states the following: [...] Charset providers are looked up via the current thread's context class loade