koleq (Ondřej Kurz)
- Login: koleq
- Registered on: 11/20/2021
- Last sign in: 12/01/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/23/2021
-
09:38 AM Ruby Bug #18353: Czech keyboard input encoding on czech Windows
- nobu (Nobuyoshi Nakada) wrote in #note-3:
> koleq (Ondřej Kurz) wrote in #note-2:
> ...
```
H:\>ruby -e 'p Encoding.default_external, Encoding.default_internal, Encoding.locale_charmap'
#<Encoding:UTF-8>
nil
"CP852"
```
RUBYOPT...
11/22/2021
-
08:12 AM Ruby Bug #18353: Czech keyboard input encoding on czech Windows
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> Seems default external encoding doesn't match.
> ...
at the time of writing this I'm at work but I also have ruby here so here are result from my work pc.
```
H:\>chcp
Active code page: 85...
11/20/2021
-
02:33 PM Ruby Bug #18353 (Closed): Czech keyboard input encoding on czech Windows
- Inputing czech characters in czech Windows does not work unless "`text.force_encoding("CP852")`" is used, I would be expecting for this to work seemlesly just like it does in python
This issue also does not happen in WSL (Windows Subs...