RE: [Doxygen-users] About Doxygen new language support..
Brought to you by:
dimitri
From: Alessandro F. <afa...@da...> - 2001-05-03 12:57:20
|
.... > I may not be the best qualified to answer, but since I have done so lookup > for a similar question in the Scintilla mailing list, here are my > conclusions. > I believe that ansicpg means Ansi Code Page. 1252 is the code page for the > Ansi character set, ie. the charset that Windows uses for occidental > (european?) languages. > > From the MSDN: > > >>> > The following table shows the correlation of Charset name, > Charset Value and > Codepage number: > Charset Name Charset Value(hex) Codepage number > ------------------------------------------------------ > DEFAULT_CHARSET 1 (x01) > SYMBOL_CHARSET 2 (x02) > OEM_CHARSET 255 (xFF) > ANSI_CHARSET 0 (x00) 1252 > RUSSIAN_CHARSET 204 (xCC) 1251 > EE_CHARSET 238 (xEE) 1250 > GREEK_CHARSET 161 (xA1) 1253 > TURKISH_CHARSET 162 (xA2) 1254 > BALTIC_CHARSET 186 (xBA) 1257 > HEBREW_CHARSET 177 (xB1) 1255 > ARABIC _CHARSET 178 (xB2) 1256 > SHIFTJIS_CHARSET 128 (x80) 932 > HANGEUL_CHARSET 129 (x81) 949 > GB2313_CHARSET 134 (x86) 936 > CHINESEBIG5_CHARSET 136 (x88) 950 > <<< > > So this table also explain the charset... BTW, I wonder if fcharset is a > typo or something I don't know. Your response answers perfectly to my first question and let me continue in the translation work! Anyone about the second question? > Last note: xteq mailing list was set up to allow to reply directly to the > mailing list. doxygen-users ML is set up for replying to the > originator of the > message. I believe the ML administrator should set the xteq > behavior, as it > is more convenient. I would prefer that behaviour too cause it would make it easier to create a rule for moving the mailing list messages to a separate mail folder (Yes seems that Outlook uses the reply to address as the sender address) Alessandro Falappa |