Commit 246f2740 authored by Michal Čihař's avatar Michal Čihař

Revert .properties autodetection to iso-8859-1 ones

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a82069af
......@@ -946,7 +946,6 @@ class PropertiesUtf16Format(PropertiesUtf8Format):
name = _('Java Properties (UTF-16)')
format_id = 'properties-utf16'
loader = ('properties', 'javafile')
autoload = ('.properties',)
@register_fileformat
......@@ -954,6 +953,7 @@ class PropertiesFormat(PropertiesUtf8Format):
name = _('Java Properties (ISO-8859-1)')
format_id = 'properties'
loader = ('properties', 'javafile')
autoload = ('.properties',)
@classmethod
def fixup(cls, store):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment