Profile Picture

Displaying non English characters

Posted By NeilTurp 8 Years Ago
Author
Message
NeilTurp
Posted 8 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)

Group: Forum Members
Last Active: 6 Years Ago
Posts: 0, Visits: 166
I'm building an app to show formatted text in a Nov Text Editor.  One issue I am having is with German characters in the text.  Here is a screen grab of part of the file in TextEdit and in the Nevron NOV Demo.  Check the quote marks on the 3rd line.  Does anyone know how to get Nevron Nov text editor to show these (and others) correctly?
https://www.nevron.com/forum/uploads/images/8bea468f-a079-4811-92e8-c3c1.png


Nevron Support
This post has been flagged as an answer
Posted 8 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)Supreme Being (4,329 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 3,039, Visits: 3,746
Hi Neil,
Thank you for uploading that file. Yes we managed to replicate / fix this. The problem was that the text contained ASCII extension characters that are not usually mapped to their Unicode equivalents. Such characters are (first column contains ASCII code point and the second the Unicode one):
0x84, 0x201E // double low quotation mark    
0x8B, 0x2039 // single left-pointing angle quotation mark    
0x91, 0x2018 // LEFT SINGLE QUOTATION MARK ‘quoteleft    
0x92, 0x2019 // RIGHT SINGLE QUOTATION MARK ’quoteright    
0x93, 0x201C // LEFT DOUBLE QUOTATION MARK“quotedblleft    
0x94, 0x201D // RIGHT DOUBLE QUOTATION MARK”quotedblright
We have incorporated the above fix to the font fallback mechanism of the control and will publish a SP in the near future that has this resolved. BTW what is the software you used to create this RTF?


Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic