Adding aliases for Thai language support. The current code page is an implementation of the windows code page.
This will alias '874', 'ms874', and 'windows_874' to cp874, adding Thai language support for those users.
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
'csibm869' : 'cp869',
'ibm869' : 'cp869',
+ # cp874 codec
+ '874' : 'cp874',
+ 'ms874' : 'cp874',
+ 'windows_874' : 'cp874',
+
# cp932 codec
'932' : 'cp932',
'ms932' : 'cp932',
--- /dev/null
+Added aliases for Thai Language using Microsoft Code Pages.