Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinCompose does not recognize the characters ä ö ü ß in the custom .XCompose file. #529

Open
SiIenz opened this issue Oct 12, 2024 · 2 comments

Comments

@SiIenz
Copy link

SiIenz commented Oct 12, 2024

I have the following two lines in my .XCompose file:

<Multi_key> <t> <t> : "test" # test
<Multi_key> <a> <e> : "ä"    # a + e

The test line shows up in my user-defined macros but the line with ä is missing.
How can I fix this?

my .XCompose.txt file is saved in UTF-8.

@jannisbecker
Copy link

jannisbecker commented Dec 8, 2024

I also noticed that issue with the newest version.
Actually ö,ü,ß,€ work for me. Ä too, just not "ä".

My config is the following

<Multi_key> <a> : "ä"
<Multi_key> <A> : "Ä"
<Multi_key> <o> : "ö"
<Multi_key> <O> : "Ö"
<Multi_key> <u> : "ü"
<Multi_key> <U> : "Ü"
<Multi_key> <e> : "€"
<Multi_key> <s> : "ß"

Actually all lines work except the first one, I cannot write ä at all.
This used to work in 0.9.10, but not in .11

@jannisbecker
Copy link

Update: I opened the xcompose file, and notepad.exe said its saved as "utf8 with bom".
Then I saved it as regular UTF-8 and the ä got fixed too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants