[linux-dvb] Re: DVB-to-Unicode translation tables

2002-12-16 Thread Honza Petrous
Hi Felix, On Ne, 2002-12-15 at 16:39, Felix Domke wrote: Hi list, does anybody have some DVB-to-unicode (as specified in Annex S, Etsi EN 300468, but there are only graphical tables and i don't want to lookup 128*5 symbols in the unicode specs) translation tables? sorry no good link

[linux-dvb] Re: DVB-to-Unicode translation tables

2002-12-16 Thread Johannes Stezenbach
On Sun, Dec 15, 2002 at 04:39:46PM +0100, Felix Domke wrote: does anybody have some DVB-to-unicode (as specified in Annex S, Etsi EN 300468, but there are only graphical tables and i don't want to lookup 128*5 symbols in the unicode specs) translation tables? They are all covered by iconv()

[linux-dvb] Re: DVB-to-Unicode translation tables

2002-12-16 Thread Felix Domke
hi, They are all covered by iconv() in glibc. Below are suitable iconv encoding identifiers: Ah ok, so enconding 0 is the normal Latin1, which maps 1:1 to the first 256 characters of Unicode/UCS (or whatever it's called)? For the other tables i found tables at www.unicode.org, so i now have 5

[linux-dvb] Re: DVB-to-Unicode translation tables

2002-12-16 Thread Holger Waechtler
Felix Domke wrote: hi, They are all covered by iconv() in glibc. Below are suitable iconv encoding identifiers: Ah ok, so enconding 0 is the normal Latin1, which maps 1:1 to the first 256 characters of Unicode/UCS (or whatever it's called)? For the other tables i found tables at

[linux-dvb] Re: DVB-to-Unicode translation tables

2002-12-16 Thread Johannes Stezenbach
On Mon, Dec 16, 2002 at 02:19:11PM +0100, Felix Domke wrote: They are all covered by iconv() in glibc. Below are suitable iconv encoding identifiers: Ah ok, so enconding 0 is the normal Latin1, which maps 1:1 to the first 256 characters of Unicode/UCS (or whatever it's called)? Minus the

[linux-dvb] Re: DVB-to-Unicode translation tables

2002-12-16 Thread Ouddane, Hamid
: [EMAIL PROTECTED] Subject: [linux-dvb] Re: DVB-to-Unicode translation tables On Mon, Dec 16, 2002 at 02:19:11PM +0100, Felix Domke wrote: They are all covered by iconv() in glibc. Below are suitable iconv encoding identifiers: Ah ok, so enconding 0 is the normal Latin1, which maps 1:1