Changes between Initial Version and Version 9 of Ticket #10233


Ignore:
Timestamp:
May 23, 2013, 3:33:32 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10233

    • Property Status changed from new to closed
    • Property Severity changed from normal to critical
    • Property Priority changed from normal to high
    • Property Keywords unicode csv export added
    • Property Resolution changed from to fixed
  • Ticket #10233 – Description

    initial v9  
    1 When downloading a csv file from the /hours url, sometimes I get a UnicodeEncodeError: 'ascii' codec can't encode character ... in position 21: ordinal not in range(128)
     1When downloading a csv file from the /hours url, sometimes I get a
     2{{{
     3UnicodeEncodeError: 'ascii' codec can't encode character ... in position 21: ordinal not in range(128)
     4}}}
    25
    3 This error occurs when a user entered unicode characters in tickets/hour logs. When downloading the csv filein queryhours2csv, this error was trown.
     6This error occurs when a user entered unicode characters in tickets/hour logs. When downloading the csv file in `queryhours2csv`, this error was thrown.
    47
    58The included diff fixes the error by properly encoding all strings as utf-8.