Opened 3 years ago
Closed 3 years ago
#32 closed defect (fixed)
Encoding conversion from Unicode to others
Reported by: | Andreas Schnellbacher | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Unsorted |
Component: | Other | Version: | 1.24 |
Keywords: | recode UTF Unicode | Cc: |
Description
The encoding from Windows UTF-16LE to ibm-850 with recode.exe works well. But the implementation in NEPMD reverts the file in binary (BIN) mode.
The converted file is pure ASCII. On closing that and loading it again, the TEXT mode is assigned. Apparently it is tried to keep the previous mode.
Note:
See TracTickets
for help on using tickets.
Fixed by changeset r4979.