Option to allow the use of Unicode filenames for regrouped PDF (Feature #19)
Description
When generating annotated answer sheets regrouped for each student, non-simple characters are all converted to `_'. This causes all non-European names looks like .
Since most modern filesystems support Unicode filenames, filename simplification should be an option. Ideally, it would be nice if whitespaces could also be used.
History
Updated by Hiroto Kagotani over 12 years ago
Uh, some text formatting worked unexpectedly.
I mean, Japanese student names are represented as:
0001-______.pdf
Updated by Alexis Bienvenüe over 12 years ago
Since most modern filesystems support Unicode filenames, filename simplification should be an option.
I agree with you.
0001-______.pdf
I think this is because the "file name model" was empty. In this case, the default model is used, which is (N)-(ID).pdf
, where (N)
is replaced by the copy number, and (ID)
by the students name.
- Target version set to 1.1.0
Updated by Alexis Bienvenüe over 12 years ago
Applied in revision r940.
- % Done changed from 0 to 100
- Status changed from New to Resolved
Updated by Alexis Bienvenüe over 12 years ago
- Status changed from Resolved to Closed