Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
d2f8ca74
Commit
d2f8ca74
authored
Jun 19, 2013
by
Petr Prikryl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Japanese translator converted to UTF-8.
The decode() method removed.
parent
30b01891
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
369 additions
and
400 deletions
+369
-400
language.cpp
src/language.cpp
+1
-1
translator_jp.h
src/translator_jp.h
+368
-399
No files found.
src/language.cpp
View file @
d2f8ca74
...
...
@@ -225,7 +225,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_JP
else
if
(
L_EQUAL
(
"japanese"
))
{
theTranslator
=
new
Translator
Decoder
(
new
TranslatorJapanese
)
;
theTranslator
=
new
Translator
Japanese
;
}
#endif
#ifdef LANG_JE
...
...
src/translator_jp.h
View file @
d2f8ca74
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment