Skip to content

Commit

Permalink
Bump Unicode 12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
  • Loading branch information
uwabami committed May 2, 2019
1 parent e50dcca commit 802fa51
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
# Unicode org
UNICODE_VER=12.0.0
UNICODE_VER=12.1.0
UNICODE_URI=https://unicode.org/Public/$(UNICODE_VER)/ucd
Downloaded_Files = UnicodeData.txt
Downloaded_Files += PropList.txt
Expand Down
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -6,7 +6,7 @@ unicode #UAX11 において文字幅が曖昧(A),つまり文脈に依存し
するための ruby script です.

- [[EastAsianAmbiguous.txt][曖昧文字幅となっている文字の一覧]]
- [[file:EmojiData.txt][絵文字のうち,Unicode 11.0 で定義されている文字の一覧]]
- [[file:EmojiData.txt][絵文字のうち,Unicode 12.1 で定義されている文字の一覧]]

使用に際しての責任は取りません/取れませんので,あらかじめご容赦下さい.

Expand Down
6 changes: 3 additions & 3 deletions UTF-8-EAW-EMOJI-FULLWIDTH
Expand Up @@ -11865,6 +11865,7 @@ CHARMAP
<U32FC> /xe3/x8b/xbc CIRCLED KATAKANA WI
<U32FD> /xe3/x8b/xbd CIRCLED KATAKANA WE
<U32FE> /xe3/x8b/xbe CIRCLED KATAKANA WO
<U32FF> /xe3/x8b/xbf SQUARE ERA NAME REIWA
<U3300> /xe3/x8c/x80 SQUARE APAATO
<U3301> /xe3/x8c/x81 SQUARE ARUHUA
<U3302> /xe3/x8c/x82 SQUARE ANPEA
Expand Down Expand Up @@ -47617,7 +47618,7 @@ CHARMAP
<U0010FFC0>..<U0010FFFD> /xf4/x8f/xbf/x80 <Plane 16 Private Use>
END CHARMAP

% Character width according to Unicode 12.0.0.
% Character width according to Unicode 12.1.0.
% - Default width is 1.
% - Double-width characters have width 2; generated from
% "grep '^[^;]*;[WF]' EastAsianWidth.txt"
Expand Down Expand Up @@ -47848,8 +47849,7 @@ WIDTH
<U3190>...<U31BA> 2
<U31C0>...<U31E3> 2
<U31F0>...<U321E> 2
<U3220>...<U32FE> 2
<U3300>...<U4DB5> 2
<U3220>...<U4DB5> 2
<U4DC0>...<U9FEF> 2
<UA000>...<UA48C> 2
<UA490>...<UA4C6> 2
Expand Down
Binary file modified UTF-8-EAW-EMOJI-FULLWIDTH.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions generate.rb
Expand Up @@ -27,9 +27,9 @@
# Private Use, First .. Private Use, Last
$private_use_range1 = 'E000'.to_i(16)..'F8FF'.to_i(16)
# Private Use, First .. Private Use, Last
$private_use_range2 = 'F0000'.to_i(16)..'FFFFD'.to_i(16)
$private_use_range2 = 'F0000'.to_i(16)..'FFFFF'.to_i(16)
# Private Use, First .. Private Use, Last
$private_use_range3 = '100000'.to_i(16)..'10FFFD'.to_i(16)
$private_use_range3 = '100000'.to_i(16)..'10FFFF'.to_i(16)
# Exclude SQUARED THREE D..SQUARED VOD
$exclude_range = '1F19B'.to_i(16)..'1F1AC'.to_i(16)
# icons-in-terminal range
Expand Down

0 comments on commit 802fa51

Please sign in to comment.