Use ASCII characters in SDL source and headers

Fixes https://github.com/libsdl-org/SDL/issues/10636
This commit is contained in:
Sam Lantinga 2024-09-03 12:52:27 -07:00
parent 575d9cda6f
commit 7ca676aeed
2 changed files with 6 additions and 6 deletions
include/SDL3

View file

@ -2139,7 +2139,7 @@ extern "C" {
* - "latin_letters": For keyboards using non-Latin letters, such as Russian
* or Thai, the letter keys generate keycodes as though it had an en_US
* layout. e.g. pressing the key associated with SDL_SCANCODE_A on a Russian
* keyboard would yield 'a' instead of 'ф'.
* keyboard would yield 'a' instead of a Cyrillic letter.
*
* The default value for this hint is "french_numbers,latin_letters"
*