You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many malformed characters in lookup results, especially <pr></pr> blocks, just like this:
In fact, its entity name is aitalic_, but unfortunately, it's mapped to �, which is not a valid Unicode character.
A possible solution is to digging into the official gcide repo (http://git.savannah.gnu.org/r/gcide.git), find the respective word definition in CIDE.* files, get the symbol name (in the previous example, aitalic_ has the symbol name <ait/), and then find its real character (in this case, 𝘢) in symbols.png.
The text was updated successfully, but these errors were encountered:
There are many malformed characters in lookup results, especially
<pr></pr>
blocks, just like this:In fact, its entity name is
aitalic_
, but unfortunately, it's mapped to�
, which is not a valid Unicode character.A possible solution is to digging into the official
gcide
repo (http://git.savannah.gnu.org/r/gcide.git), find the respective word definition inCIDE.*
files, get the symbol name (in the previous example,aitalic_
has the symbol name<ait/
), and then find its real character (in this case,𝘢
) insymbols.png
.The text was updated successfully, but these errors were encountered: