IRT-Open-Source / scf

Subtitling Conversion Framework
Apache License 2.0
52 stars 18 forks source link

STL2STLXML: Incorrect Unicode mapping of some CCT 00 character code points #22

Closed spoeschel closed 8 years ago

spoeschel commented 8 years ago

Some character code points of character code table 00 are incorrectly mapped to Unicode values. The following list contains the correct mapping:

0xE0 -> 0x03A9 ("Ω" = ohm sign/omega letter) 0xE3 -> 0x1EA1 ("ạ" = "a" with dot below) 0xEB -> 0x1ECD ("ọ" = "o" with dot below)

spoeschel commented 8 years ago

Fixed in 9988d55.