Defect #1854
closed
A full hyphen will result in broken characters in the exported csv
Added by Harry Yamamoto over 16 years ago.
Updated almost 12 years ago.
Resolution:
Cant reproduce
Description
When I new a issue where I input a full hyphen"-",there would be broken characters in the exported csv file.
- Category deleted (
Issues)
- Target version deleted (
0.7.3)
- Category set to Issues
- Assignee deleted (
Nicolas Chuche)
- Status changed from New to Closed
- Resolution set to Cant reproduce
I checked this with the current Release (2.2.2).
The export works properly for me.
This seems to be fixed. I'm closing this issue.
U+FF0D has problem in SJIS.
$ echo -| LANG=C iconv -f utf-8 -t sjis | iconv -f sjis -t utf-8
iconv: illegal input sequence at position 0
$ echo -| LANG=C iconv -f utf-8 -t cp932 | iconv -f cp932 -t utf-8
-
general_csv_encoding in Japanese changed from
0.8.7 SJIS to
0.9.0 CP932.
Also available in: Atom
PDF