shift-jis-elixir/config/config.exs

9 lines
248 B
Elixir
Raw Permalink Normal View History

2022-01-01 10:10:44 +00:00
import Config
config :codepagex, :encodings, [
# CP392 is SHIFT_JIS
# https://en.wikipedia.org/wiki/Code_page_932_(Microsoft_Windows)
2022-01-01 10:30:51 +00:00
# Make sure to `mix deps.compile codepagex --force` after changing this
2022-01-01 10:10:44 +00:00
"VENDORS/MICSFT/WINDOWS/CP932"
]