-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
修正簡繁轉換及地區用字轉換:冢=>冢/塚 #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
danny0838
wants to merge
1
commit into
BYVoid:master
Choose a base branch
from
danny0838:冢塚
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
The head ref may contain hidden characters: "\u51A2\u585A"
Open
修正簡繁轉換及地區用字轉換:冢=>冢/塚 #515
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| 僞 偽 | ||
| 兌 兑 | ||
| 冢 塚 | ||
| 叄 叁 | ||
| 只 只 衹 | ||
| 啓 啓 啟 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,7 @@ | |
| 兒 児 | ||
| 內 内 | ||
| 兩 両 | ||
| 冢 塚 | ||
| 剎 刹 | ||
| 剩 剰 | ||
| 劍 剣 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -257,6 +257,7 @@ | |
| 写 寫 | ||
| 军 軍 | ||
| 农 農 | ||
| 冢 冢 塚 | ||
| 冬 冬 鼕 | ||
| 冯 馮 | ||
| 冲 衝 沖 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| 僞 偽 | ||
| 冢 塚 | ||
| 啓 啟 | ||
| 喫 吃 | ||
| 嫺 嫻 | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
該轉換不屬於新字體。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「塚」在《常用漢字表》中,「冢」不在《常用漢字表》、《人名用漢字表》、《表外漢字字體表》中,加上兩字是異體字關係,可以相信日本原則上會用「塚」取代「冢」,應比照其他「OpenCC 正體轉日本標準」的實例處理,如「內=>内」、「鬥=>闘」、「剎=>刹」。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一般來說,日本傾向於不轉換不常見的異體字。我傾向於不變。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
這說法和 JPVariants.txt 表的慣例不符。目前 JPVariants.txt 表有包括 OpenCC 正體轉日本新字體,比如「內=>内」(參見 eeb5339)。而很顯然地,OpenCC 正體在日本都是「不常見的異體字」(日本人原則上會使用標準字,而不使用它們)。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
內 内 屬於字形不同的異體字,「冢 塚」還有古今關係。
日文有用「冢」的專有名詞。而沒有用「內」「剎」的專有名詞。
https://ja.wikipedia.org/wiki/%E6%B1%B2%E5%86%A2%E6%9B%B8
https://ja.wikipedia.org/wiki/%E5%86%A2%E7%94%B0%E5%A4%A7%E5%B3%AF
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你說的也對,但這樣就會造成比如台灣正體「塚」=>OpenCC正體「冢」=>日本新字體「冢」的問題,反而無法顧及大多數常用字。
比照其他OpenCC正體轉地區正體的慣例,理論上應該是要為少數古字另外建詞庫處理才對。原轉換表可改成「冢=>塜冢」。