If I try char(0xE16E) in the GUI, I get as part of the stuff in the Info window
Compiling:
- evaluate fn:char(value): char(57710) -> ""
Whether this is on purpose or not I have no idea, but it looks like that's what's happening.
On Tue, Jun 9, 2026, at 05:58, Guillaume Porte via BaseX-Talk wrote:
Hi,
I'm trying to figure out a character display issue when using basex.
I have a document originally created by using a unicode font called
When I open the file inside a text editor, I can see all characters and
ligatures (since the font is installed on the system), and it also works
in the browser when using the font with @font-face.
When I load the document with basex (either by the specifying the path
or after indexing it), ir returns the word with certain characters missing.
Apparently, the codes for the first entity are  or 
When adding those codes to the XML document, they disappear in the output.
Do you have any idea on what's going on and how to fix it?
Regards
Guillaume