File encoding in diff view (BB-10792)

XMLWordPrintable

    • 5
    • 1,682

      When I see a commit that changes ISO-8859-1 to UTF-8 to fix accent, in the diff view the result is inversed, for example:

      #!html
      
      -Categoría:</td><td align="right">
      +CategorĂ­a:</td><td align="right">
      

      But in the source code in RAW mode, the code is:

      #!html
      
      Categoría:</td><td align="right">
      
      

      I made some refactor in my company project to fix this and transform with iconv all files in ISO-8859-1 to UTf-8, and every commit that I see in diff view the result is inversed (only in diff view, in code it's perfect!)

      I can show the link to commit to Bitbucket's support team if needed.

              Assignee:
              Unassigned
              Reporter:
              apulsarcode
              Votes:
              35 Vote for this issue
              Watchers:
              47 Start watching this issue

                Created:
                Updated:
                Resolved: