Project

General

Profile

Actions

Defect #117

closed

'\'(char code 0x5c) handling is improper in PDF output

Added by Go MAEDA over 16 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

When createing PDF file, '\' may have to be escaped like '\\'.
Redmine perhaps does not escape '\', so we sometimes get malformed output.

Because of this problem, issues which contains specific Japanese multi-byte character whose second byte character is
0x5c are not properly exported PDF file (gets malformed output).

[How to reproduce]

1. Create new issue. Description of the issue is following.

printf("Hello\n");
printf("World.\\n");

2. Export it to PDF. You will see malformed output like this.

printf("Hello ");
printf("World.\n");
Actions

Also available in: Atom PDF