Miguel Angel Marchuet wrote: > > > do you have any info about this ones ? > > 932 Japanese Windows x7B > 936 Chinese (PRC, Singapore) Windows x7A > 949 Korean Windows x79 > 950 Chinese (Hong Kong SAR, Taiwan) Windows x78 > 10000 Standard Macintosh x04 > > [email protected] escribió: >> Revision: 10288 >> >> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10288&view=rev >> Author: vszakats >> Date: 2009-02-16 11:50:35 +0000 (Mon, 16 Feb 2009) >> >> Log Message: >> ----------- >> 2009-02-17 12:48 UTC+0100 Viktor Szakats (harbour.01 syenar hu) > [snip] >> + Added missing codepages. Except for multi-byte ones, >> which I believe are not supported by the current >> Harbour infrastructure. > [snip] >
What do you want to know? If it's the tables for converting from those character sets to Unicode and back again, they can be found at http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/ for 932, 936, 949 and 950 and at http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/MAC/ for 10000 (for cp10000 aka MacRoman you need ROMAN.TXT) The 9xx charsets are *MULTIBYTE* ... note the comment from vszakats: """Added missing codepages. Except for multi-byte ones, which I believe are not supported by the current Harbour infrastructure.""" HTH Cheers, John -- View this message in context: http://n2.nabble.com/SF.net-SVN%3A-harbour-project%3A-10288--trunk-harbour-tp2334401p2404328.html Sent from the harbour-devel mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
