-
Bug
-
Resolution: Won't Fix
-
Low
-
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.
- is duplicated by
-
BCLOUD-13930 UTF-16 and UTF-32 files don't show up in the diff (BBCDEV-9261)
- Gathering Impact
- is related to
-
BCLOUD-7239 Allow specifying a repository's encoding (for viewing files/diffs) (BB-8418)
- Gathering Interest
-
BCLOUD-13783 Support transcoding UTF-16 and ANSI into UTF-8 for the purposes of viewing file diffs (BBCDEV-9261)
- Gathering Interest