Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06c5912

Browse files
peterepull[bot]
authored andcommitted
Make Unicode script fit for future versions
Between Unicode 15.0.0 and 15.1.0, the whitespace inEastAsianWidth.txt has changed a bit, such as from0020;Na # Zs SPACEto0020 ; Na # Zs SPACEwith space around the semicolon. Adjust the script to be able toparse that.
1 parent7948522 commit06c5912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/common/unicode/generate-unicode_east_asian_fw_table.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
chomp$line;
2424
$line =~s/\s*#.*$//;
2525
nextif$lineeq'';
26-
my ($codepoint,$width) =split';',$line;
26+
my ($codepoint,$width) =split/\s*;\s*/,$line;
2727

2828
if ($codepoint =~/\.\./)
2929
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp