mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #326 - Part 2: Update UTR-50 data to version 16
Based on Mozilla bug 1288961.
This commit is contained in:
parent
66d4f38c85
commit
cd64bfb143
3 changed files with 12 additions and 12 deletions
|
|
@ -36,8 +36,8 @@
|
|||
# This file should be in a sub-directory "security" immediately below the
|
||||
# directory containing the other Unicode data files.
|
||||
#
|
||||
# We also require the latest data file for UTR50, currently revision-15:
|
||||
# http://www.unicode.org/Public/vertical/revision-15/VerticalOrientation-15.txt
|
||||
# We also require the latest data file for UTR50, currently revision-16:
|
||||
# http://www.unicode.org/Public/vertical/revision-16/VerticalOrientation-16.txt
|
||||
# This file should be in a sub-directory "vertical" immediately below the
|
||||
# directory containing the other Unicode data files.
|
||||
#
|
||||
|
|
@ -686,8 +686,8 @@ while (<FH>) {
|
|||
}
|
||||
close FH;
|
||||
|
||||
# read VerticalOrientation-15.txt
|
||||
open FH, "< $UNICODE/vertical/VerticalOrientation-15.txt" or die "can't open UTR50 data file VerticalOrientation-15.txt\n";
|
||||
# read VerticalOrientation-16.txt
|
||||
open FH, "< $UNICODE/vertical/VerticalOrientation-16.txt" or die "can't open UTR50 data file VerticalOrientation-16.txt\n";
|
||||
push @versionInfo, "";
|
||||
while (<FH>) {
|
||||
chomp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue