An open API service indexing awesome lists of open source software.

https://github.com/dev800/erlang-mbcs


https://github.com/dev800/erlang-mbcs

Last synced: 4 months ago
JSON representation

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>>

```