https://github.com/dev800/erlang-mbcs
https://github.com/dev800/erlang-mbcs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev800/erlang-mbcs
- Owner: dev800
- Created: 2018-08-02T12:59:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T13:40:19.000Z (almost 8 years ago)
- Last Synced: 2025-10-21T18:58:29.800Z (8 months ago)
- Language: Erlang
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```elixir
# Elixir
in mix.exs
defp deps do
[
{:mbcs, "~> 1.1.1"}
]
end
iex(1)> :mbcs.encode(to_charlist("中文"), :gb2312)
<<214, 208, 206, 196>>
```