Problem with few Unicode characters

"Gomez Richard" <[email protected]> Fri, 11 Jul 2025 14:39:08 +0200
Newsgroups gmane.editors.texmacs.user
Message-ID <[email protected]>
Hello ! 




1) Version FR :
===========

J'ai fait un copié-collé de plusieurs caractères (pris dans la fenêtre Shell Python) pour les insérer dans un document TeXmacs et malheureusement, cela n'a pas fonctionné : on voit le bon caractère dans le document tm, mais on voit une croix "x" (encadrée) dans l'export au format PDF.

Vous pouvez faire l'expérience avec chr(189).

(chr : fonction Python)





2) Version UK :
===========

I copied and pasted several characters (taken from the Python Shell window) into a TeXmacs document, but unfortunately it didn’t work: the correct character appears in the .tm document, but in the PDF export, it’s replaced by a boxed “x”.
You can try this yourself with chr(189).
(chr is a Python function)







Cordialement,



Richard Gomez