Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Mihail
Created on: 18 Nov 2015 08:26
Category: RichTextBox
Type: Bug Report
0
RichTextBox: Some numeric character references (like &#26009) are incorectly imported from HTML
Characters defined with their unicode codes in HTML won't be imported as symbols, but instead of their codes, for example:

<span>&#26009;</span>
<span>&#36039;</span>

Some of these characters are often used, for example for umlauts (Ä, Ö, Ü) and CJK characters.

The hexadecimal code for Zero Width Space character is split into two parts:
<span>&#x200b;</span> results in Ȁb;
0 comments