View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000445 | file | General | public | 2023-04-28 16:00 | 2023-05-21 17:24 |
Reporter | milahu | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 5.44 | ||||
Summary | 0000445: file/libmagic fails to detect cp1252 encoding | ||||
Description | actual result is the encoding "unknown-8bit" $ printf "what\x92s up?\n" | file -i - /dev/stdin: text/plain; charset=unknown-8bit expected result is cp1252: $ printf "what\x92s up?\n" | chardetect <stdin>: Windows-1252 with confidence 0.73 $ printf "what\x92s up?\n" | iconv -f cp1252 -t utf8 what’s up? | ||||
Tags | No tags attached. | ||||