Commit dc0e712d authored by Alexandre Julliard's avatar Alexandre Julliard

libwine: Store more detailed information about characters direction.

parent b9c30445
......@@ -167,20 +167,20 @@ my %special_categories =
my %directions =
(
"L" => 1, # Left-to-Right
"LRE" => 11, # Left-to-Right Embedding
"LRO" => 11, # Left-to-Right Override
"LRE" => 15, # Left-to-Right Embedding
"LRO" => 15, # Left-to-Right Override
"R" => 2, # Right-to-Left
"AL" => 2, # Right-to-Left Arabic
"RLE" => 11, # Right-to-Left Embedding
"RLO" => 11, # Right-to-Left Override
"PDF" => 11, # Pop Directional Format
"AL" => 12, # Right-to-Left Arabic
"RLE" => 15, # Right-to-Left Embedding
"RLO" => 15, # Right-to-Left Override
"PDF" => 15, # Pop Directional Format
"EN" => 3, # European Number
"ES" => 4, # European Number Separator
"ET" => 5, # European Number Terminator
"AN" => 6, # Arabic Number
"CS" => 7, # Common Number Separator
"NSM" => 0, # Non-Spacing Mark
"BN" => 0, # Boundary Neutral
"NSM" => 13, # Non-Spacing Mark
"BN" => 14, # Boundary Neutral
"B" => 8, # Paragraph Separator
"S" => 9, # Segment Separator
"WS" => 10, # Whitespace
......
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