Project

General

Profile

Actions

Defect #1854

closed

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

Added by Harry Yamamoto over 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2008-09-04
Due date:
% Done:

0%

Estimated time:
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.

Actions #1

Updated by Jean-Philippe Lang over 15 years ago

  • Category deleted (Issues)
  • Target version deleted (0.7.3)
Actions #2

Updated by Jean-Philippe Lang over 15 years ago

  • Category set to Issues
  • Assignee deleted (Nicolas Chuche)
Actions #3

Updated by Daniel Felix about 11 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.

Actions #4

Updated by Toshi MARUYAMA about 11 years 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.
Actions

Also available in: Atom PDF