we can display UTF-8 encoded ISO 10646 BMP without any mapping

svn path=/trunk/; revision=54299
This commit is contained in:
Martin Kaiser 2013-12-20 15:00:26 +00:00
parent d8fd9f7ace
commit 0f59960219
1 changed files with 3 additions and 0 deletions

View File

@ -237,6 +237,9 @@ dvb_enc_to_item_enc(dvb_encoding_e encoding)
case DVB_ENCODING_ISO_8859_9:
return ENC_ISO_8859_9 | ENC_NA;
case DVB_ENCODING_ISO_10646_UTF8_BMP:
return ENC_UTF_8 | ENC_NA;
default: /* not supported */
return ENC_ASCII | ENC_NA;
}