summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-21 10:37:37 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-21 10:37:37 +0800
commit3aa1f8ac784d64dbc89de9922dbbe0590db77c10 (patch)
treebd9dbbe0e63bff19dc19ad891cb52304036667c4 /scripts
parent01ba02f1a8037f46b5c34fa1d95d23f05e3fa298 (diff)
downloadlibzhuyin-3aa1f8ac784d64dbc89de9922dbbe0590db77c10.tar.gz
libzhuyin-3aa1f8ac784d64dbc89de9922dbbe0590db77c10.tar.xz
libzhuyin-3aa1f8ac784d64dbc89de9922dbbe0590db77c10.zip
rename namespace pinyin to zhuyin in progress
Diffstat (limited to 'scripts')
-rw-r--r--scripts/chewing_enum.h.in2
-rw-r--r--scripts/chewing_table.h.in2
-rw-r--r--scripts/pinyin_parser_table.h.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/chewing_enum.h.in b/scripts/chewing_enum.h.in
index 46072df..e33d020 100644
--- a/scripts/chewing_enum.h.in
+++ b/scripts/chewing_enum.h.in
@@ -1,7 +1,7 @@
#ifndef CHEWING_ENUM_H
#define CHEWING_ENUM_H
-namespace pinyin{
+namespace zhuyin{
/**
* @brief enums of chewing initial element.
diff --git a/scripts/chewing_table.h.in b/scripts/chewing_table.h.in
index ac3763c..f87537c 100644
--- a/scripts/chewing_table.h.in
+++ b/scripts/chewing_table.h.in
@@ -1,7 +1,7 @@
#ifndef CHEWING_TABLE_H
#define CHEWING_TABLE_H
-namespace pinyin{
+namespace zhuyin{
const chewing_symbol_item_t chewing_standard_initials[] = {
@STANDARD_INITIALS@
diff --git a/scripts/pinyin_parser_table.h.in b/scripts/pinyin_parser_table.h.in
index 57f06cd..ef183f8 100644
--- a/scripts/pinyin_parser_table.h.in
+++ b/scripts/pinyin_parser_table.h.in
@@ -1,7 +1,7 @@
#ifndef PINYIN_PARSER_TABLE_H
#define PINYIN_PARSER_TABLE_H
-namespace pinyin{
+namespace zhuyin{
const pinyin_index_item_t hanyu_pinyin_index[] = {
@HANYU_PINYIN_INDEX@