Actions
Defect #1854
closedA full hyphen will result in broken characters in the exported csv
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Resolution:
Cant reproduce
Affected version:
Description
When I new a issue where I input a full hyphen"-",there would be broken characters in the exported csv file.
Updated by Jean-Philippe Lang over 17 years ago
- Category deleted (
Issues) - Target version deleted (
0.7.3)
Updated by Jean-Philippe Lang over 17 years ago
- Category set to Issues
- Assignee deleted (
Nicolas Chuche)
Updated by Daniel Felix about 13 years ago
- 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.
Updated by Toshi MARUYAMA about 13 years ago
$ 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.
- source:tags/0.8.7/lang/ja.yml#L53
- source:tags/0.9.0/config/locales/ja.yml#L156
Actions