Defect #1854

A full hyphen will result in broken characters in the exported csv

Added by Harry Yamamoto over 4 years ago. Updated 3 months ago.

Status:ClosedStart date:2008-09-04
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:Issues
Target version:-
Affected version: 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.

History

#1 Updated by Jean-Philippe Lang over 4 years ago

  • Category deleted (Issues)
  • Target version deleted (0.7.3)

#2 Updated by Jean-Philippe Lang over 4 years ago

  • Category set to Issues
  • Assignee deleted (Nicolas Chuche)

#3 Updated by Daniel Felix 4 months 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.

#4 Updated by Toshi MARUYAMA 3 months ago

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