diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-07-26 12:34:30 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-07-26 12:34:30 +0200 |
| commit | 96744414d2779320905c7d160dd369fccf6fa2fa (patch) | |
| tree | cb2450811e05ff2ac9af6c32dbcbba87896621bd /data/encoding.conf | |
| parent | e7e1a21effef16f0bd622e08fc5a6b66d7d746df (diff) | |
| download | enigma2-96744414d2779320905c7d160dd369fccf6fa2fa.tar.gz enigma2-96744414d2779320905c7d160dd369fccf6fa2fa.zip | |
encoding.conf: set default encoding for texts with "deu" as language code to ISO8859-9
Its needed since the correct implementation of the EN300468 dvb-text handling
SKY Germany dont set a valid encoding when german umlauts are used
Diffstat (limited to 'data/encoding.conf')
| -rw-r--r-- | data/encoding.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/encoding.conf b/data/encoding.conf index aad79f88..28b70774 100644 --- a/data/encoding.conf +++ b/data/encoding.conf @@ -3,6 +3,7 @@ # But here we override this for all EIT entries with given country code #Countycode ISO8859-X +deu ISO8859-9 # i.e. needed for SKY Germany... they dont send a encoding in most dvb-texts ;( pol ISO8859-2 # this is needed by all known polish providers tur ISO8859-9 # is this realy needed .. please recheck and report gre ISO8859-7 # is this realy needed .. please recheck and report |
