You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload a UTF-8 SRT with any number of the same non basic Latin character, e.g. á
Result: The file is treated as ISO-8859-1x and the character is corrupted.
Add a different non basic Latin character, e.g. é
Result: The file is treated as UTF-8 and loaded correctly.
I would look for an off-by-one error either on our code or in Django/Python functions.
The text was updated successfully, but these errors were encountered:
franontanaya
changed the title
On subtitle upload, Unicode detection fails if there's all unicode characters are the same
On subtitle upload, Unicode detection fails if all non basic Latin characters are the same
Oct 8, 2015
Steps.
Result: The file is treated as ISO-8859-1x and the character is corrupted.
Result: The file is treated as UTF-8 and loaded correctly.
I would look for an off-by-one error either on our code or in Django/Python functions.
The text was updated successfully, but these errors were encountered: