Dmitry Timoshkov wrote:
"Kimmo Myllyvirta" kimmo.myllyvirta@gmail.com wrote:
MSDN; user defined codepage is 50000 (0x0000C350)
Changelog: Add CP_USER (codepage 50000) to winnls.h, fixes a fixme in shlwapi
--- include/winnls.h 26 Nov 2003 04:11:56 -0000 1.48 +++ include/winnls.h 27 Oct 2005 16:06:58 -0000 @@ -282,6 +282,7 @@ #define CP_MACCP 2 #define CP_THREAD_ACP 3 #define CP_SYMBOL 42 +#define CP_USER 50000
Where did you find it? PSDK doesn't have this.
|Search MSDN for "codepage 50000" (google for more information). CP_USER is not defined in PSDK (it's "wine extension", like CP_UNIXCP)| User defined codepage is apparently used only by windows, and to be more specific, IE - see for example; http://msdn.microsoft.com/workshop/author/dhtml/reference/charsets/charset4....