Re: shlwapi: fix a FIXME, add CP_USER

2005-10-28 Thread Dmitry Timoshkov
Vijay Kiran Kamuju [EMAIL PROTECTED] 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_.c file has a

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-28 Thread Vijay Kiran Kamuju
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 =

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-27 Thread Dmitry Timoshkov
Kimmo Myllyvirta [EMAIL PROTECTED] wrote: MSDN; user defined codepage is 5 (0xC350) Changelog: Add CP_USER (codepage 5) to winnls.h, fixes a fixme in shlwapi --- include/winnls.h 26 Nov 2003 04:11:56 - 1.48 +++ include/winnls.h 27 Oct 2005 16:06:58 - @@ -282,6 +282,7

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-27 Thread Kimmo Myllyvirta
Dmitry Timoshkov wrote: Kimmo Myllyvirta [EMAIL PROTECTED] wrote: MSDN; user defined codepage is 5 (0xC350) Changelog: Add CP_USER (codepage 5) to winnls.h, fixes a fixme in shlwapi --- include/winnls.h 26 Nov 2003 04:11:56 - 1.48 +++ include/winnls.h 27 Oct

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-27 Thread Dmitry Timoshkov
Kimmo Myllyvirta [EMAIL PROTECTED] wrote: +#define CP_USER 5 Where did you find it? PSDK doesn't have this. |Search MSDN for codepage 5 (google for more information). CP_USER is not defined in PSDK (it's wine extension, like CP_UNIXCP)| If you add it as a Wine

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-27 Thread Vijay Kiran Kamuju
Rather than adding it to header file, we better handle this in the winnls code, to handle all other codepages that are listed in the msdn. Thanks and Regards, Vijay On 10/28/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Kimmo Myllyvirta [EMAIL PROTECTED] wrote: +#define CP_USER 5

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-27 Thread Dmitry Timoshkov
Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: Rather than adding it to header file, we better handle this in the winnls code, to handle all other codepages that are listed in the msdn. winnls has nothing to do with all these code pages, we have libs/unicode for that. -- Dmitry.

Re: shlwapi: fix a FIXME, add CP_USER

2005-10-27 Thread Vijay Kiran Kamuju
Hi Dimitry, 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 Thanks, Vijay On 10/28/05, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Vijay Kiran Kamuju [EMAIL PROTECTED] wrote: