Doxygen
Loading...
Searching...
No Matches
translator_je.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 * translator_jp.h
18 *
19 * 1.2.5)
20 * First Translation
21 * by Kenji Nagamatsu
22 * 1.2.12)
23 * Update and Shift-Jis(_WIN32)
24 * by Ryunosuke Sato (30-Dec-2001)
25 */
26
27#ifndef TRANSLATOR_JE_H
28#define TRANSLATOR_JE_H
29
31{
32 public:
34 { return "japanese-en"; }
36 {
37 return "\\usepackage{CJKutf8}\n";
38 }
40 {
41 return "";
42 }
44 {
45 return "\\begin{CJK}{UTF8}{min}\n";
46 }
48 {
49 return "\\end{CJK}\n";
50 }
52 {
53 return "932";
54 }
55
56 /*! Used as ansicpg for RTF fcharset
57 * \see trRTFansicp() for a table of possible values.
58 */
60 {
61 return "128";
62 }
63
64 DString trISOLang() override
65 {
66 return "ja";
67 }
69 {
70 return "0x411 Japanese";
71 }
72};
73
74#endif
A String class for use with Doxygen wrapping std::string and adding some additional functionality off...
Definition dstring.h:88
DString trRTFCharSet() override
DString trISOLang() override
DString latexDocumentPost() override
DString latexFontenc() override
DString idLanguage() override
DString latexLanguageSupportCommand() override
DString latexDocumentPre() override
DString getLanguageString() override
language codes for Html help
DString trRTFansicp() override