Commit 96ff3daa authored by Alexandre Julliard's avatar Alexandre Julliard

usp10: Update the character data tables to Unicode 7.0.0.

parent e0537210
/* Unicode BiDi mirroring */
/* generated from http://www.unicode.org/Public/6.3.0/ucd/BidiMirroring.txt */
/* generated from http://www.unicode.org/Public/7.0.0/ucd/BidiMirroring.txt */
/* DO NOT EDIT!! */
#include "wine/unicode.h"
......
......@@ -2184,7 +2184,8 @@ static inline int unicode_lex(WCHAR c)
case 0x0407: return lex_Composed_Vowel;
case 0x0507: return lex_Matra_above;
case 0x0607: return lex_Matra_below;
case 0x000c: return lex_Ra;
case 0x000c:
case 0x0015: return lex_Ra;
};
}
......
......@@ -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/6.3.0/ucd";
my $UNIDATA = "http://www.unicode.org/Public/7.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-11";
......@@ -145,7 +145,7 @@ my %indic_types =
"Consonant_Placeholder" => 0x0009,
"Consonant" => 0x000a,
"Consonant_Dead" => 0x000b,
"Consonant_Repha" => 0x000c,
"Consonant_Succeeding_Repha" => 0x000c,
"Consonant_Subjoined" => 0x000d,
"Consonant_Medial" => 0x000e,
"Consonant_Final" => 0x000f,
......@@ -153,7 +153,17 @@ my %indic_types =
"Modifying_Letter" => 0x0011,
"Tone_Letter" => 0x0012,
"Tone_Mark" => 0x0013,
"Register_Shifter" => 0x0014
"Register_Shifter" => 0x0014,
"Consonant_Preceding_Repha" => 0x0015,
"Pure_Killer" => 0x0016,
"Invisible_Stacker" => 0x0017,
"Gemination_Mark" => 0x0018,
"Cantillation_Mark" => 0x0019,
"Non_Joiner" => 0x001a,
"Joiner" => 0x001b,
"Number_Joiner" => 0x001c,
"Number" => 0x001d,
"Brahmi_Joining_Number" => 0x001e
);
my %matra_types =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment