Skip to content

Commit

Permalink
* Early adoption of iso10646:2014 Ext-E:
Browse files Browse the repository at this point in the history
    ⿰𧾷百 => U+2C9B0 (𬦰)
    ⿰亻恩 => U+2B8C6 (𫣆)
    ⿰虫念 => U+2C816 (𬠖)

  HanaMinB from hanazono-20141012 supports these codepoints.
  • Loading branch information
audreyt committed Jan 1, 2015
1 parent 9bb9206 commit 11d2730
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
Binary file modified fonts/MOEDICT.otf
Binary file not shown.
Binary file modified fonts/MOEDICT.ttf
Binary file not shown.
Binary file modified fonts/MOEDICT.woff
Binary file not shown.
12 changes: 6 additions & 6 deletions h/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11402,7 +11402,7 @@
"𧊅仔",
"□十年",
"□千萬",
"󿌇",
"𫣆",
"󿕅",
"㓾豬个",
"㓾雞鴨",
Expand Down Expand Up @@ -13301,9 +13301,9 @@
"𢫦𢫦風",
"𢳆轉來",
"𧊅蠕仔",
"󿌇个",
"󿌇人",
"󿌇兜",
"𫣆个",
"𫣆人",
"𫣆兜",
"㓾人放火",
"㓾雞捋鴨",
"㕸㕸涉涉",
Expand Down Expand Up @@ -14140,8 +14140,8 @@
"齬齬齖齖",
"龍龍鍾鍾",
"𢱤到共下",
"󿌇兩儕",
"󿌇這兜",
"𫣆兩儕",
"𫣆這兜",
"三七二十一",
"主人打幫客",
"九腔十八調",
Expand Down
2 changes: 1 addition & 1 deletion h/xref.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions json2prefix.ls
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ unless lang in <[ a t h c ]>

fs.mkdir-sync lang unless fs.exists-sync lang
PUA2UNI = {
\⿰𧾷百 : \󾜅
\⿰𧾷百 : \𬦀
\⿸疒哥 : \󿗧
\⿰亻恩 : \󿌇
\⿰虫念 : \󿑂
\⿰亻恩 : \𫣆
\⿰虫念 : \𬠖
\⿺皮卜 : \󿕅
}
grok = -> JSON.parse fs.read-file-sync(it, \utf8).replace(/[⿰⿸⿺](?:𧾷|.)./g -> PUA2UNI[it])
Expand Down
2 changes: 1 addition & 1 deletion manifest.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Fri Dec 19 16:00:59 CST 2014
# Fri Jan 2 04:29:26 CST 2015

CACHE:

Expand Down
10 changes: 5 additions & 5 deletions t/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -19603,11 +19603,11 @@
"𫝻",
"𫞼",
"𫟂",
"󾜅",
"󾜅山",
"󾜅樓梯",
"󾜅懸󾜅低",
"三日無餾,󾜅上樹",
"𬦰",
"𬦰山",
"𬦰樓梯",
"𬦰懸𬦰低",
"三日無餾,𬦰上樹",
"癩󿗧",
"癩󿗧鬼",
"癩󿗧爛癆"
Expand Down
4 changes: 2 additions & 2 deletions view.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions view.ls
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ function h (it)
.replace //(>[^<]*)#id(?!</(?:h1|rb)>)//g "$1<b>#id</b>"
.replace(/\uFFF9/g """
<span class="ruby#{
if localStorage?getItem(\pinyin_t) is "TL-DT" then " parallel" else ""
if $?('body').hasClass('lang-t') and localStorage?getItem(\pinyin_t) is "TL-DT" then " parallel" else ""
}"><span class="rb"><span class="ruby"><span class="rb">
""")
.replace(/\uFFFA/g '</span><br><span class="rt trs pinyin">')
Expand All @@ -772,7 +772,7 @@ function h (it)
.replace(/<span class="rt mandarin">\s*<\//g '</')
.replace /(<span class="rt trs pinyin")>\s*([^<]+)/g, (_, pre, trs) -> """
#pre title="#{ trs2bpmf \t trs }">#{
if localStorage?getItem(\pinyin_t) is "TL-DT" then "<span class='upper'>#{
if $?('body').hasClass('lang-t') and localStorage?getItem(\pinyin_t) is "TL-DT" then "<span class='upper'>#{
trs.replace(/-/g "\u2011")
}</span>" else ""
}#{ convert-pinyin-t trs, yes }
Expand Down

0 comments on commit 11d2730

Please sign in to comment.