-
Notifications
You must be signed in to change notification settings - Fork 84
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
No support for octal/hex escapes in .XCompose #329
Comments
That explains why I was not able to get a double-quote character (") as a result of a compose sequence no matter what I tried. My default layout only contains the more correct types of quotation marks for the languages I write in. |
Thanks. I implemented |
from what I understand, the hex escapes are of the form |
That’s me coding before having coffee. Thanks for noticing that! |
Is there a workaround to make it emit a quote character? If not, is there a plan for a patch or new release? Thanks! |
You’re right, a bugfix release is long overdue. I’ll work on it this week. |
Hi! You’ll be happy to know the issue is fixed in WinCompose 0.9.5! Thanks for your patience. |
Octal and hexidecimal escapes are defined in the Compose docs here, but are not implemented in WinCompose. As a side note, this, combined with the lack of double-quote escape, makes it impossible for a result string to contain a double-quote character.
The text was updated successfully, but these errors were encountered: