CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.64k stars 4.18k forks source link

Can't write polish signs "ą" and "ć" #70869

Open Vegetto61299 opened 10 months ago

Vegetto61299 commented 10 months ago

Describe the bug

Can't write polish signs "ą" (right alt+a) and "ć" (right alt+c). CDDA reads first as right arrow key and second as backspace, but still I can copy and paste those signs.

Attach save file

N/A

Steps to reproduce

  1. Set polish keyboard and language.
  2. search for recipe/item that includes polish signs"ą" (right alt+a) and "ć" (right alt+c).

Expected behavior

"ą" and "ć" appears :D

Screenshots

No response

Versions and configuration

Additional context

Checked on new experimental. Still doesn't work.

ZhilkinSerg commented 10 months ago

Try to change input mode from Key code to Symbol in settings menu:

image

Vegetto61299 commented 10 months ago

changing input mode doesn't work

Vegetto61299 commented 10 months ago

Pressing right alt+c and backspace without assigned command returns: "Unknown command: "BACKSPACE" (263)" so I suppose it means that your character encoding is 8-bit and it reads utf-8 263 (in polish "ć") as 263-255=8 (backspace). But I'm still not sure why "ę", "ó", "ł", "ń", "ż" and "ź" are fine.