-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Pull Request - View / Diff, Repository - Pull requests
-
8
-
Severity 3 - Minor
-
1,229
Bitbucket renders UTF-
{16,32}-
{BE,LE}files in the source view, but in the diff view it fails. The reason is that git itself treats utf-16,32 as binary.
Implementation notes:
It is possible to use the textconv option when using format-patch (which is what BB uses to generate the diff view), with an option similar to 'iconv -f utf-16 -t utf-8' and hence show a human readable patch.
- duplicates
-
BCLOUD-9686 File encoding in diff view (BB-10792)
-
- Closed
-