jruesga / rview

A Gerrit client application for Android
Apache License 2.0
66 stars 21 forks source link

Non latin chars are mangled on editing file #56

Closed vlotorev closed 6 years ago

vlotorev commented 6 years ago

I have UTF8 text file with non ascii characters in repository.

In case this file is viewed during review in app all characters are displayed ok.

In case I try editing this file in app then all characters are unreadable like improper encoding is used. Meanwhile all ascii characters are ok.

jruesga commented 6 years ago

Should be fixed in 9ae6ed4b00541388226da6b777f39fbfaf4f8160

vlotorev commented 6 years ago

Thanks, great.