Hi Dimitry,
The cpmap.pl tries to use the file system to look for the mapping files. And there have been updates to the mapping files, new mapping files added. Is it possible to use any other way? Well im trying to add the new codepages to cpmap.pl, could you please try those for DEVANAGARI (CP = 57002) use http://ftp.unicode.org/Public/MAPPINGS/VENDORS/APPLE/DEVANAGA.TXT for GUJRATHI (CP = 57010) use http://ftp.unicode.org/Public/MAPPINGS/VENDORS/APPLE/GUJARATI.TXT for GURUMUKHI/PANJABI (CP = 57011) use http://ftp.unicode.org/Public/MAPPINGS/VENDORS/APPLE/GURMUKHI.TXT
I will also try to find the implementations for other indic code pages. and also http://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt has been updated.
Thanks, Vijay
On 10/28/05, Dmitry Timoshkov dmitry@baikal.ru wrote:
"Vijay Kiran Kamuju" infyquest@gmail.com wrote:
little off topic, does wine unicode support indic charectors. if so how did you generate all the cp_xxx.c files. I would like to contribute indic code pages, if possible
Wine has everything unicode.org published. Each particular cp_xxxx.c file has a comment at the very first lines which tells from which source it has been built by cpmap.pl.
-- Dmitry.