While viewing raw file in bitbucket cloud, the content type header is `text/plain` which doesn't render non ascii characters clearly. I tried changing the header with `text/plain: charset=utf-8` and characters were showing clearly. It appears that only the header is not coming correctly but the content is correct. Please fix the issue