[PATCH 2/3] make_unicode: Update to VerticalOrientation-17.txt (TR50).

Jens Reyer jre.winesim at gmail.com
Sat Jul 8 08:45:51 CDT 2017


Signed-off-by: Jens Reyer <jre.winesim at gmail.com>
---
v1: original version by Detlef Riekenberg <wine.dev at web.de>
v2: added the updated tables to the commit

VerticalOrientation-17.txt is for Unicode 10.
This is just an intermediate step to show what changes in the vertical data
(nothing by the move from -15 to -17, but something by the next commit).
Alternatively we might just use commit 1 and 2, but ignore the next one.

 dlls/gdi32/vertical.c      | 2 +-
 dlls/wineps.drv/vertical.c | 2 +-
 tools/make_unicode         | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/gdi32/vertical.c b/dlls/gdi32/vertical.c
index 33309f986f..db8fd092ea 100644
--- a/dlls/gdi32/vertical.c
+++ b/dlls/gdi32/vertical.c
@@ -1,5 +1,5 @@
 /* Unicode Vertical Orientation */
-/* generated from http://www.unicode.org/Public/vertical/revision-15/VerticalOrientation-15.txt */
+/* generated from http://www.unicode.org/Public/vertical/revision-17/VerticalOrientation-17.txt */
 /* DO NOT EDIT!! */
 
 #include "wine/unicode.h"
diff --git a/dlls/wineps.drv/vertical.c b/dlls/wineps.drv/vertical.c
index 33309f986f..db8fd092ea 100644
--- a/dlls/wineps.drv/vertical.c
+++ b/dlls/wineps.drv/vertical.c
@@ -1,5 +1,5 @@
 /* Unicode Vertical Orientation */
-/* generated from http://www.unicode.org/Public/vertical/revision-15/VerticalOrientation-15.txt */
+/* generated from http://www.unicode.org/Public/vertical/revision-17/VerticalOrientation-17.txt */
 /* DO NOT EDIT!! */
 
 #include "wine/unicode.h"
diff --git a/tools/make_unicode b/tools/make_unicode
index 059c751862..5b96cf3594 100755
--- a/tools/make_unicode
+++ b/tools/make_unicode
@@ -26,7 +26,7 @@ my $MAPPINGS = "http://www.unicode.org/Public/MAPPINGS";
 my $UNIDATA = "http://www.unicode.org/Public/10.0.0/ucd";
 my $REPORTS = "http://www.unicode.org/reports";
 my $RFCS = "http://www.rfc-editor.org/rfc";
-my $VERTICALDATA = "http://www.unicode.org/Public/vertical/revision-15";
+my $VERTICALDATA = "http://www.unicode.org/Public/vertical/revision-17";
 
 # Sort keys file
 my $SORTKEYS = "tr10/allkeys.txt";
@@ -1673,7 +1673,7 @@ sub dump_vertical($)
     my $filename = shift;
     my @vertical_table;
 
-    my $INPUT = open_data_file( $VERTICALDATA, "VerticalOrientation-15.txt" );
+    my $INPUT = open_data_file( $VERTICALDATA, "VerticalOrientation-17.txt" );
     while (<$INPUT>)
     {
         next if /^\#/;  # skip comments
@@ -1706,7 +1706,7 @@ sub dump_vertical($)
     open OUTPUT,">$filename.new" or die "Cannot create $filename";
     print "Building $filename\n";
     print OUTPUT "/* Unicode Vertical Orientation */\n";
-    print OUTPUT "/* generated from $VERTICALDATA/VerticalOrientation-15.txt */\n";
+    print OUTPUT "/* generated from $VERTICALDATA/VerticalOrientation-17.txt */\n";
     print OUTPUT "/* DO NOT EDIT!! */\n\n";
     print OUTPUT "#include \"wine/unicode.h\"\n\n";
 
-- 
2.13.2




More information about the wine-patches mailing list