Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-1064

Handle different character sets when decoding data in Feedback plugin

    XMLWordPrintable

Details

    • Task
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • N/A
    • N/A
    • Feedback Plugin
    • None

    Description

      Feedback plugin backend is currently configured to only handle UTF-8 decoding but the data is also transmitted in different character sets. This should be handled correctly or reports will get ignored during processing.

      In etl.py

              raw_data = StringIO(raw_upload.data.decode('utf-8')
                                  .replace('\x00', ''))
      

      Attachments

        Activity

          People

            vlad.radu Vlad Radu
            vlad.radu Vlad Radu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: