Doxygen
Loading...
Searching...
No Matches
translator_ke.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * Copyright (C) 1997-2026 by Dimitri van Heesch.
4 *
5 * Permission to use, copy, modify, and distribute this software and its
6 * documentation under the terms of the GNU General Public License is hereby
7 * granted. No representations are made about the suitability of this software
8 * for any purpose. It is provided "as is" without express or implied warranty.
9 * See the GNU General Public License for more details.
10 *
11 * Documents produced by Doxygen are derivative works derived from the
12 * input used in their production; they are not affected by this license.
13 *
14 */
15
16//
17// Update:
18//
19// 2004.12.22 (SooYoung Jung: jung5000@gmail.com)
20// - LaTex and RTF were not generated correctly.
21// Corrected trRTFansicp and trRTFCharSet.
22// It was wrong.
23//
24//
25
26#ifndef TRANSLATOR_KE_H
27#define TRANSLATOR_KE_H
28
30{
31 public:
33 { return "korean-en"; }
35 {
36 return "\\usepackage{kotex}\n";
37 }
39 {
40 return "949";
41 }
43 {
44 return p_latexCommandName("xelatex");
45 }
46
47 /*! Used as ansicpg for RTF fcharset
48 * \see trRTFansicp() for a table of possible values.
49 */
51 {
52 return "129";
53 }
54
55 DString trISOLang() override
56 {
57 return "ko";
58 }
60 {
61 return "0x412 Korean";
62 }
63};
64
65#endif
A String class for use with Doxygen wrapping std::string and adding some additional functionality off...
Definition dstring.h:88
DString p_latexCommandName(const DString &latexCmd)
Definition translator.h:786
DString getLanguageString() override
language codes for Html help
DString trRTFCharSet() override
DString trISOLang() override
DString idLanguage() override
DString latexCommandName() override
DString trRTFansicp() override
DString latexLanguageSupportCommand() override