#include <translator_ke.h>
Inheritance diagram for TranslatorKoreanEn:
Public Member Functions | |
virtual QCString | idLanguage () |
virtual QCString | latexLanguageSupportCommand () |
virtual QCString | idLanguageCharset () |
virtual QCString | trRTFansicp () |
virtual QCString | trRTFCharSet () |
Definition at line 31 of file translator_ke.h.
virtual QCString TranslatorKoreanEn::idLanguage | ( | ) | [inline, virtual] |
Used for identification of the language. The identification should not be translated. It should be replaced by the name of the language in English using lower-case characters only (e.g. "czech", "japanese", "russian", etc.). It should be equal to the identification used in language.cpp.
Reimplemented from TranslatorEnglish.
Definition at line 34 of file translator_ke.h.
virtual QCString TranslatorKoreanEn::latexLanguageSupportCommand | ( | ) | [inline, virtual] |
Used to get the LaTeX command(s) for the language support. This method should return string with commands that switch LaTeX to the desired language. For example
"\\usepackage[german]{babel}\n"or
"\\usepackage{polski}\n" "\\usepackage[latin2]{inputenc}\n" "\\usepackage[T1]{fontenc}\n"
The English LaTeX does not use such commands. Because of this the empty string is returned in this implementation.
Reimplemented from TranslatorEnglish.
Definition at line 36 of file translator_ke.h.
virtual QCString TranslatorKoreanEn::idLanguageCharset | ( | ) | [inline, virtual] |
returns the name of the package that is included by LaTeX
Reimplemented from TranslatorEnglish.
Definition at line 41 of file translator_ke.h.
virtual QCString TranslatorKoreanEn::trRTFansicp | ( | ) | [inline, virtual] |
Used as ansicpg for RTF file
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
Reimplemented from TranslatorEnglish.
Definition at line 45 of file translator_ke.h.
virtual QCString TranslatorKoreanEn::trRTFCharSet | ( | ) | [inline, virtual] |
Used as ansicpg for RTF fcharset
Reimplemented from TranslatorEnglish.
Definition at line 53 of file translator_ke.h.