Skip to content

Commit

Permalink
mod: use ISO-8859-1 encoding for OpenMPT files
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Dec 30, 2022
1 parent 46ca652 commit 4959cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/mod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class OpenMPTFile(ImpulseTrackerFile):
# https://wiki.openmpt.org/Manual:_Module_formats#The_OpenMPT_format_.28.mptm.29
EXTENSIONS = ['.mptm']
NAME = 'OpenMPT'
_encoding = 'iso-8859-1'


class AHXFile(ModuleFile):
Expand Down

0 comments on commit 4959cca

Please sign in to comment.