One part of the answer is very simple:
For this problem is probably irrelevant which keyboard you have defined in Windows.
The Windows’ keyboard setting only determines what happens as you type.
Your problem happens later, as I understand it.
There is no simple answer to the rest of your question, because it depends on a lot of factors, starting with whether you use the GUI (g32.exe) or the Console (e32.exe) of Windows TSE.
Yes, you are probably experiencing one program not expecting the code page another program uses.
I took the time to extensively describe code pages in TSE’s context.
Please take the time to read or study
https://ecarlo.nl/tse/files/CodePages.html
and then let us know if you have further questions.
I am not familiar with the other programs you mention, but I know there are some other LaTex users here.
Carlo
From:
sem...@googlegroups.com <
sem...@googlegroups.com> On Behalf Of Christer Gustafsson
Sent: Saturday, July 12, 2025 12:33 PM
To:
sem...@googlegroups.com
Subject: [TSE] National characters destroyed.
Hi,
I am in Scandinavia and therefore I use å ä ö å æ ø. In LaTeX documents a TSE macro is used in text documents to change these into e.g. {\aa} etc. This is the TeX standard from the very beginning.
This has worked for more than three decades. But not any more: After encountering problems this year with the LaTeX installer LeXLive, I switched to the installer named MikTeX. The installation worked fine and nice figures (from Asymptote) appeared. I did not worry when, after a while, I noticed TSE used some odd characters when doing frames e.g. in the windows in a ctrl-R dialogue.. Only today did I find that the error was grave: when I wrote a text file, after having used LaTeX, then I realized the Scandinavian characters were completely lost.
Earlier discussions in this group show that many members have extended knowledge of code-page matters. Therefore I ask if someone can tell what code-page I use in standard Windows when I tell it to use a Norwegian keyboard. Given its name, I hope to make use of the hint from LeChat reproduced below.
Best regards,
Christer
LeChat:
• Command-Line Options:
MiKTeX can be configured via command-line options, and some of these options may affect the encoding used during compilation. If you're using command-line tools, make sure the options are compatible with your document's encoding.
To resolve the issue, you can try:
1. Specify Encoding in Your Document: The best solution is to explicitly declare the encoding of your document using the inputenc package in LaTeX:
Code
\usepackage[utf8]{inputenc}
Replace utf8 with the actual encoding of your document (e.g., latin1, cp1252, etc.).
--
---
You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mailto:
semware+u...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/semware/CABn5qtCkQ9tNEQg2R6mODJxu2JyK4zyxNAS%3DjBHpPL%3DmpssPKA%40mail.gmail.com?utm_medium=email&utm_source=footer.