# UnsupportedCharsetException

**URL:** https://community.ciphermail.com/t/unsupportedcharsetexception/92
**Category:** Gateway
**Created:** [February 2, 2010, 8:52am UTC](https://community.ciphermail.com/t/unsupportedcharsetexception/92 "2010-02-02T08:52:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lst\_hoe021](https://avatars.discourse-cdn.com/v4/letter/l/58956e/32.png) [@lst\_hoe021](https://community.ciphermail.com/u/lst_hoe021)
#### Post date: [February 2, 2010, 8:52am UTC](https://community.ciphermail.com/t/unsupportedcharsetexception/92/1 "2010-02-02T08:52:17Z")

</div>

Hello

from time to time we got a warning in the Djigzo log about  
UnsupportedCharsetException.

Message: java.nio.charset.UnsupportedCharsetException: ISO-8859-16  
WARNUNG: Falback to default charset: US-ASCII

As far as i can see ISO-8859-16 is a valid charset so i wonder if i  
have to add charset support in some way (Ubuntu 8.04 LTS)?

Any comments?

Regards

Andreas

---

<div class="post-metadata">

### Author: ![martijn](https://dub1.discourse-cdn.com/flex017/user_avatar/community.ciphermail.com/martijn/32/127_2.png) [@martijn](https://community.ciphermail.com/u/martijn)
#### Post date: [February 2, 2010, 3:00pm UTC](https://community.ciphermail.com/t/unsupportedcharsetexception/92/2 "2010-02-02T15:00:33Z")

</div>

> > from time to time we got a warning in the Djigzo log about  
> > UnsupportedCharsetException.
> > 
> > Message: java.nio.charset.UnsupportedCharsetException: ISO-8859-16  
> > WARNUNG: Falback to default charset: US-ASCII
> > 
> > As far as i can see ISO-8859-16 is a valid charset so i wonder if i  
> > have to add charset support in some way (Ubuntu 8.04 LTS)?

Java does not support ISO-8859-16 (for a list of supported charsets see  
[Supported Encodings](http://java.sun.com/javase/6/docs/technotes/guides/intl/encoding.doc.html))

The warning tells that the charset is not supported and Djigzo therefore  
fallsback to US-ASCII. This is just a warning. The messages should be  
handled correctly.

Kind regards,

Martijn

---

<div class="post-metadata">

### Author: ![lst\_hoe021](https://avatars.discourse-cdn.com/v4/letter/l/58956e/32.png) [@lst\_hoe021](https://community.ciphermail.com/u/lst_hoe021)
#### Post date: [February 2, 2010, 3:33pm UTC](https://community.ciphermail.com/t/unsupportedcharsetexception/92/3 "2010-02-02T15:33:35Z")

</div>

Zitat von Martijn Brinkers \<martijn(a)djigzo.com\>:

> > > from time to time we got a warning in the Djigzo log about  
> > > UnsupportedCharsetException.
> > > 
> > > Message: java.nio.charset.UnsupportedCharsetException: ISO-8859-16  
> > > WARNUNG: Falback to default charset: US-ASCII
> > > 
> > > As far as i can see ISO-8859-16 is a valid charset so i wonder if i  
> > > have to add charset support in some way (Ubuntu 8.04 LTS)?
> 
> Java does not support ISO-8859-16 (for a list of supported charsets see  
> [Supported Encodings](http://java.sun.com/javase/6/docs/technotes/guides/intl/encoding.doc.html))
> 
> The warning tells that the charset is not supported and Djigzo therefore  
> fallsback to US-ASCII. This is just a warning. The messages should be  
> handled correctly.

If it does not harm i will ignore it....

Thanks

Andreas
