Add two Thai encodings

This commit is contained in:
1024jp 2018-01-17 17:41:07 +09:00
parent c30e42e356
commit cf63cb7565
2 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,9 @@ develop
- Remove the feature that shares document content text from the File menu (You can still share selected text from the context menu.).
- Other small improvements.
- Add Portuguese localization (thanks to BR Lingo!).
- Add the following encodings to the encoding list (To activate new encodings, restore default once in Preferences > Format > Edit List.):
- Thai (Windows, DOS)
- Thai (ISO 8859-11)
### Improvements

View File

@ -10,7 +10,7 @@
------------------------------------------------------------------------------
© 2004-2007 nakamuxu
© 2014-2017 1024jp
© 2014-2018 1024jp
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -63,6 +63,10 @@ extension DefaultSettings {
UInt32(CFStringEncodings.dosKorean.rawValue), // Korean (Windows, DOS)
kCFStringEncodingInvalidId, // ----------
UInt32(CFStringEncodings.dosThai.rawValue), // Thai (Windows, DOS)
UInt32(CFStringEncodings.isoLatinThai.rawValue), // Thai (ISO 8859-11)
kCFStringEncodingInvalidId, // ----------
UInt32(CFStringEncodings.macArabic.rawValue), // Arabic (Mac OS)
UInt32(CFStringEncodings.isoLatinArabic.rawValue), // Arabic (ISO 8859-6)
UInt32(CFStringEncodings.windowsArabic.rawValue), // Arabic (Windows)