I'm new to BitBucket. I just created a repository and pushed some code. This code is encoded with ISO-8559-1 charset. However, when I browse it on BitBucket interface I see corrupted accented letters. I guess BitBucket assumes text files are in UTF-8 character encoding, but it's not my case.
How can I fix fhis? Is there an setting to tell BitBucket that text files in a repository are in a different encoding?
Is the "encoding" property of .gitattributes supported?