Getting code page descriptions...
-
I have gotten all the code page identifiers using the function EnumSystemCodePages...but i can't seem to find any function that returns the descriptive name of a particular code page...like the names shown in the 'Advanced' tab of Regional and Language Options...anyone know how to get the descriptions?
-
I have gotten all the code page identifiers using the function EnumSystemCodePages...but i can't seem to find any function that returns the descriptive name of a particular code page...like the names shown in the 'Advanced' tab of Regional and Language Options...anyone know how to get the descriptions?
Haroon Sarwar wrote:
...but i can't seem to find any function that returns the descriptive name of a particular code page...like the names shown in the 'Advanced' tab of Regional and Language Options...anyone know how to get the descriptions?
I just googled with
EnumSystemCodePages
and the third entry in the list was this --> http://www.codeproject.com/KB/system/codepage.aspx[^]
Nibu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http:\\nibuthomas.wordpress.com
-
Haroon Sarwar wrote:
...but i can't seem to find any function that returns the descriptive name of a particular code page...like the names shown in the 'Advanced' tab of Regional and Language Options...anyone know how to get the descriptions?
I just googled with
EnumSystemCodePages
and the third entry in the list was this --> http://www.codeproject.com/KB/system/codepage.aspx[^]
Nibu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http:\\nibuthomas.wordpress.com
thanks....don't know how i managed to miss it!