Skip to content

Commit

Permalink
修改glyphname包含空格的問題 / 選擇工具包入離線jQuery
Browse files Browse the repository at this point in the history
部分漢字 glyph name 混到了空格字元。程式碼與資料先修正,字型檔待下次版本一併修正。
Thank Dr. Ken Lunde!
  • Loading branch information
ButTaiwan committed Apr 29, 2021
1 parent 3e74549 commit 322da91
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 42 deletions.
80 changes: 39 additions & 41 deletions big5_merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13757,44 +13757,42 @@ FF5A # A343 z
92FD # 鋽
9258 # 鉘
9393 # 鎓
713F # 焿
7FB4 # 羴
5742 # 坂
53F6 # 叶
4ECE # 从
90A8 # 邨
70DF # 烟
6822 # 栢
64C0 # 擀
83D3 # 菓
5553 # 啓
6CA1 # 没
8534 # 蔴
5CEF # 峯
9061 # 遡
7DAB # 綫
8E2A # 踪
8FF9 # 迹
510D # 儍
7240 # 牀
8E01 # 踁
82F7 # 苷
55FB # 嗻
9AF4 # 髴
9262 # 鉢
936E # 鍮
80BD # 肽
792E # 礮
734F # 獏
9F39 # 鼹
9B9F # 鮟
9C47 # 鱇
5DDC # 巜
4FE5 # 俥
5586 # 喆
5803 # 堃
714A # 煊
73C9 # 珉
9751 # 靑
80BD # 肽
82F7 # 苷
713F # 焿
7FB4 # 羴
5742 # 坂
53F6 # 叶
4ECE # 从
90A8 # 邨
70DF # 烟
6822 # 栢
64C0 # 擀
83D3 # 菓
5553 # 啓
6CA1 # 没
8534 # 蔴
5CEF # 峯
9061 # 遡
7DAB # 綫
8E2A # 踪
8FF9 # 迹
510D # 儍
7240 # 牀
8E01 # 踁
82F7 # 苷
55FB # 嗻
9AF4 # 髴
9262 # 鉢
936E # 鍮
80BD # 肽
792E # 礮
734F # 獏
9F39 # 鼹
9B9F # 鮟
9C47 # 鱇
5DDC # 巜
4FE5 # 俥
5586 # 喆
5803 # 堃
714A # 煊
73C9 # 珉
9751 # 靑
20 changes: 20 additions & 0 deletions ime/LICENSE-jQuery-MIT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2006 John Resig, http://jquery.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion ime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<!--span>和</span><span>和&#xfe01;</span><span>和&#xfe02;</span><span>和&#xfe03;</span><span>和&#xfe04;</span><span>和&#xfe05;</span-->

</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="jquery.min.js"></script>
<script src="poyin_db.js" charset="utf-8"></script>
<script src="ime.js" charset="utf-8"></script>
</html>
2 changes: 2 additions & 0 deletions ime/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions make_font.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def read_font fnt, font_file, c_family, e_family, version, use_src_bpmf, offy
next if s[0] == '#'

u, cfg = s.split(/\t/)
u.chomp!
$clist[u] = false
$ccfg[u] = ',' + (cfg || '') + ','
}
Expand Down

0 comments on commit 322da91

Please sign in to comment.