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

Various characters don't work in program editor #477

Open
krzys-h opened this issue Jun 5, 2015 · 4 comments
Open

Various characters don't work in program editor #477

krzys-h opened this issue Jun 5, 2015 · 4 comments

Comments

@krzys-h
Copy link
Member

@krzys-h krzys-h commented Jun 5, 2015

Confirmed for:
ÖÄÜöäüß
ąćęńśżź

Seems to work fine if you paste them from a text editor.

@krzys-h krzys-h added this to the alpha-0.3.0 milestone Jun 26, 2015
@twothe
Copy link

@twothe twothe commented Oct 30, 2015

Related to this: you cannot type any of the following important characters on a German keyboard, because the AltGr key is not recognized: { } [ ]
This makes it basically impossible to play the game.

In addition German characters (öäüß) are not properly displayed.

@krzys-h
Copy link
Member Author

@krzys-h krzys-h commented Oct 30, 2015

@twothe This one should be fixed in the next release thanks to SDL2 migration (see dev branch in the repo or http://compiled.colobot.info/jenkins/view/colobot-gold-download/ for prelease builds)
The main problem in this issue is the multi-byte encoding of some of those characters, the Ui::CEdit class currently doesn't support inserting those too well.

@twothe
Copy link

@twothe twothe commented Oct 30, 2015

Confirmed: AltGr issue is fixed on the latest dev version.

@B-CE
Copy link
Contributor

@B-CE B-CE commented Mar 1, 2018

Related to #1003 and PR #1116

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

Successfully merging a pull request may close this issue.

None yet
3 participants