Enable SHIFT_JIS
This commit is contained in:
parent
dedaf6c01a
commit
5742b11d82
1 changed files with 7 additions and 0 deletions
7
config/config.exs
Normal file
7
config/config.exs
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Config
|
||||
|
||||
config :codepagex, :encodings, [
|
||||
# CP392 is SHIFT_JIS
|
||||
# https://en.wikipedia.org/wiki/Code_page_932_(Microsoft_Windows)
|
||||
"VENDORS/MICSFT/WINDOWS/CP932"
|
||||
]
|
Loading…
Reference in a new issue