[PATCH 2/2] make_unicode: Update to Unicode to version 10 I added "Bottom_And_Left", but i have no idea, if my change is correct

Detlef Riekenberg wine.dev at web.de
Sun Jul 2 17:23:08 CDT 2017


--
Bye bye ... Detlef

Signed-off-by: Detlef Riekenberg <wine.dev at web.de>
---
 tools/make_unicode | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/tools/make_unicode b/tools/make_unicode
index f9c2917..5bbc5b8 100755
--- a/tools/make_unicode
+++ b/tools/make_unicode
@@ -23,7 +23,7 @@ use strict;
 
 # base URLs for www.unicode.org files
 my $MAPPINGS = "http://www.unicode.org/Public/MAPPINGS";
-my $UNIDATA = "http://www.unicode.org/Public/9.0.0/ucd";
+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 $VERTICALPATH = "http://www.unicode.org/Public/vertical/revision-17";
@@ -190,9 +190,10 @@ my %matra_types =
     "Top_And_Left"  => 0x09,
     "Top_And_Left_And_Right"  => 0x0a,
     "Bottom_And_Right"  => 0x0b,
-    "Top_And_Bottom_And_Right"  => 0x0c,
-    "Overstruck"  => 0x0d,
-    "Invisible"  => 0x0e
+    "Bottom_And_Left"  => 0x0c,
+    "Top_And_Bottom_And_Right"  => 0x0d,
+    "Overstruck"  => 0x0e,
+    "Invisible"  => 0x0f
 );
 
 my %nameprep_flags =
-- 
2.7.4




More information about the wine-patches mailing list