View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000374 | eac3to | bug | public | 2016-01-02 17:08 | 2022-08-19 12:42 |
Reporter | GCRaistlin | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0000374: Cyrillic chars are being displayed incorrectly | ||||
Description | eac3to output is ANSI while the console is OEM. It has no effect for Latin chars but Cyrillic chars are being displayed like a garbage. Screenshot 1 shows how it looks and screenshot 2 shows how it should look. For other command-line tools with the similar output issue it is possible to use a batch wrapper (that's how I got the screenshot 2): util.exe %*| iconv.exe -c -f cp1251 -t 866 But it's actually useless for eac3to 'cause nothing is displayed until the process finished. | ||||
Tags | No tags attached. | ||||
eac3to Version | 3.31 | ||||
|
|
|
|
|
Workaround - eac3to.cmd: @echo off for /f "tokens=2 delims=:" %%A in ('chcp') do set CP=%%A >nul chcp 1251 eac3to.exe %* if errorlevel 1 pause >nul chcp %CP% |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-02 17:08 | GCRaistlin | New Issue | |
2016-01-02 17:08 | GCRaistlin | File Added: eac3to1.png | |
2016-01-02 17:08 | GCRaistlin | File Added: eac3to2.png | |
2018-12-09 21:51 | GCRaistlin | Note Added: 0002446 | |
2018-12-09 22:10 | GCRaistlin | Note Edited: 0002446 |