Use UTF-8 HEX values instead of UTF-32 values
The previous commits resulted in TOFU (black diagonal shape with question mark in it). As per humdinger's suggestion and copying from how € sign was encoded, this is another try at fixing non-break space and Turkish Lira Sign. Previous PR: /c/haiku/+/2004/1 Change-Id: I3775c178b1921e7dff7ceb660c8fda1152050c94 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2148 Reviewed-by: humdinger <humdingerb@gmail.com> Reviewed-by: John Scipione <jscipione@gmail.com>
This commit is contained in:
parent
da3fe7140a
commit
a309c6eeb2
@ -124,7 +124,7 @@ Key 0x3d = 'i' 0xc4b0 0x09 0xc2a7 0xc39f 0xc4b0 'i' 0xc39f
|
||||
Key 0x3e = 'e' 'E' 0x05 0xe282ac '' 'E' 'e' 0xe282ac ''
|
||||
Key 0x3f = 'a' 'A' 0x01 '' 0xc2aa 'A' 'a' '' 0xc2aa
|
||||
Key 0x40 = 0xc3bc 0xc39c '' '' '' 0xc39c 0xc3bc '' ''
|
||||
Key 0x41 = 't' 'T' 0x14 0x20ba '' 'T' 't' '' ''
|
||||
Key 0x41 = 't' 'T' 0x14 0xe282ba '' 'T' 't' '' ''
|
||||
Key 0x42 = 'k' 'K' 0x0b '' '' 'K' 'k' '' ''
|
||||
Key 0x43 = 'm' 'M' 0x0d '' '' 'M' 'm' '' ''
|
||||
Key 0x44 = 'l' 'L' 0x0c '' '' 'L' 'l' '' ''
|
||||
@ -153,7 +153,7 @@ Key 0x5a = 0x0c '3' 0x0c 0x0c '3' 0x0c '3' 0x0c
|
||||
Key 0x5b = 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a
|
||||
Key 0x5c = '' '' '' '' '' '' '' '' ''
|
||||
Key 0x5d = '' '' '' '' '' '' '' '' ''
|
||||
Key 0x5e = ' ' ' ' 0x00 0xa0 ' ' ' ' ' ' ' ' ' '
|
||||
Key 0x5e = ' ' ' ' 0x00 0xc2a0 ' ' ' ' ' ' ' ' ' '
|
||||
Key 0x5f = '' '' '' '' '' '' '' '' ''
|
||||
Key 0x60 = '' '' '' '' '' '' '' '' ''
|
||||
Key 0x61 = 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c
|
||||
|
@ -102,7 +102,7 @@ Key 0x27 = 'q' 'Q' 0x11 '@' '' 'Q' 'q' '@'
|
||||
Key 0x28 = 'w' 'W' 0x17 '' '' 'W' 'w' '' ''
|
||||
Key 0x29 = 'e' 'E' 0x05 0xe282ac '' 'E' 'e' 0xe282ac ''
|
||||
Key 0x2a = 'r' 'R' 0x12 '' '' 'R' 'r' '' ''
|
||||
Key 0x2b = 't' 'T' 0x14 0x20ba '' 'T' 't' '' ''
|
||||
Key 0x2b = 't' 'T' 0x14 0xe282ba '' 'T' 't' '' ''
|
||||
Key 0x2c = 'y' 'Y' 0x19 '' '' 'Y' 'y' '' ''
|
||||
Key 0x2d = 'u' 'U' 0x15 '' '' 'U' 'u' '' ''
|
||||
Key 0x2e = 0xc4b1 'I' 0x09 'i' 'I' 'I' 0xc4b1 'I' 'i'
|
||||
@ -153,7 +153,7 @@ Key 0x5a = 0x0c '3' 0x0c 0x0c '3' 0x0c '3' 0x0c
|
||||
Key 0x5b = 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a
|
||||
Key 0x5c = '' '' '' '' '' '' '' '' ''
|
||||
Key 0x5d = '' '' '' '' '' '' '' '' ''
|
||||
Key 0x5e = ' ' ' ' 0x00 0xa0 ' ' ' ' ' ' ' ' ' '
|
||||
Key 0x5e = ' ' ' ' 0x00 0xc2a0 ' ' ' ' ' ' ' ' ' '
|
||||
Key 0x5f = '' '' '' '' '' '' '' '' ''
|
||||
Key 0x60 = '' '' '' '' '' '' '' '' ''
|
||||
Key 0x61 = 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c
|
||||
|
Loading…
Reference in New Issue
Block a user