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

Text input of accented characters #1658

Closed
SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Closed

Text input of accented characters #1658

SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Labels
duplicate This issue or pull request already exists

Comments

@SDLBugzilla
Copy link
Collaborator

SDLBugzilla commented Feb 10, 2021

This bug report was migrated from our old Bugzilla tracker.

Reported in version: 2.0.3
Reported for operating system, platform: Windows (XP), x86

Comments on the original bug report:

On 2014-10-07 18:43:16 +0000, wrote:

On a French AZERTY keyboard, several keys hold a single accent, and are supposed to be combined with the following (compatible) letter, examples:

  • "^" followed by "e" should send a SDL_TextInputEvent with "ê"
  • "¨" followed by "u" should send "ü" (german)
  • "~" followed by "n" should send "ñ" (spanish).

It was fully working on SDL 1.3 : The input system "kept the accent in reserve" , and when typing the second key, the "unicode" field of the second key event was holding the combined, accented character.
With SDL2 instead, the accentkeys send an immediate SDL_TextInputEvent event with just the accent ("¨", "^", "~", "`"). Typing the second letter sends its own event, ignoring the accent previously typed.

On 2015-02-10 09:50:10 +0000, wrote:

Somebody proposed a patch in bug 2834 to fix exactly this issue

*** This bug has been marked as a duplicate of bug 2834 ***

@SDLBugzilla SDLBugzilla added bug duplicate This issue or pull request already exists labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant