•  
      request #14534 Refuse CSV import files that are not in UTF8
    Infos
    #14534
    Nicolas Terray (nterray)
    2020-02-11 08:31
    2020-02-10 17:21
    15782
    Details
    Refuse CSV import files that are not in UTF8
    When you import a CSV file in tracker, the validation of the file might fail if the encoding of the file is not UTF-8.
    For example, create a static list with a value containing accentuated characters like "données applicables".
    If your CSV file is in ISO-8859-1 and contains this value, then you will get an empty error message. (Purifier mangled the error message due to the presence of non UTF-8 characters).
    In order to mitigate that, I suggest that we now refuse any file that are not UTF-8 (us-ascii are still accepted though).
    Trackers
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Nicolas Terray (nterray)
    Closed
    2020-02-11
    Attachments
    Empty
    References
    Referencing request #14534
    Referenced by request #14534

    Artifact Tracker v5

    rel #14269 11.12

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2020-02-11 08:31
    Integrated into Tuleap 11.11.99.25.

    • Status changed from Under review to Closed
    • Connected artifacts
    • Close date set to 2020-02-11
    User avatar
    • Summary
      -Refuse CSV import file that are not in UTF8 
      +Refuse CSV import files that are not in UTF8