Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - woxtu/elixir-mbcs: Wrapper for erlang-mbcs
Wrapper for erlang-mbcs. Contribute to woxtu/elixir-mbcs development by creating an account on GitHub.
Visit SiteGitHub - woxtu/elixir-mbcs: Wrapper for erlang-mbcs
Wrapper for erlang-mbcs. Contribute to woxtu/elixir-mbcs development by creating an account on GitHub.
Powered by 0x5a.live 💗
elixir-mbcs
Wrapper for erlang-mbcs. This module provides functions for character encoding conversion.
Install
Adding the following to the mix.exs in your project:
defp deps do
[
{:elixir_mbcs, github: "woxtu/elixir-mbcs", tag: "0.1.3"},
]
end
Usage
# Start mbcs server
iex> Mbcs.start
:ok
# Convert UTF-8 to Shift_JIS
iex> Mbcs.encode!("九条カレン", :cp932)
<<139, 227, 143, 240, 131, 74, 131, 140, 131, 147>>
# Convert Shift_JIS to UTF-8, and return as a list
iex> Mbcs.decode!([139, 227, 143, 240, 131, 74, 131, 140, 131, 147], :cp932, return: :list)
[20061, 26465, 12459, 12524, 12531]
Support encodings
- cp037
- cp437
- cp500
- cp737, cp775
- cp850, cp852, cp855, cp857, cp860, cp861, cp862, cp863, cp864, cp865, cp866, cp869, cp874, cp875
- cp932, cp936, gbk, cp949, cp950, big5
- cp1026, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256, cp1257, cp1258
- cp10000, cp10006, cp10007, cp10029, cp10079, cp10081
- utf8, utf16, utf16le, utf16be, utf32, utf32le, utf32be
Options
- return: list, binary
- error: strict, ignore, replace
- replace:
non_neg_integer
- bom:
true
,false
License
Copyright (c) 2015 woxtu
Licensed under the MIT license.
Elixir Resources
are all listed below.
GitHub - hamiltop/structurez: A playground for data structures in Elixir
resource
~/github.com
resource
GitHub - noizu-labs-ml/elixir-weaviate: Weaviate Rest Wrapper for Elixir
resource
~/github.com
resource
GitHub - elpassion/sprint-poker: Online estimation tool for Agile teams.
resource
~/github.com
resource
GitHub - jarednorman/canada: Easy permission definitions in Elixir apps!
resource
~/github.com
resource
GitHub - yesmeck/hexdocset: Convert hex doc to Dash.app's docset format.
resource
~/github.com
resource
GitHub - fuelen/owl: A toolkit for writing command-line user interfaces.
resource
~/github.com
resource
GitHub - dashbitco/flow: Computational parallel flows on top of GenStage
resource
~/github.com
resource
GitHub - ueberauth/ueberauth_github: GitHub OAuth2 Strategy for Überauth
resource
~/github.com
resource
GitHub - pragmaticivan/logglix: 🎱 Logger backend app for Loggly requests
resource
~/github.com
resource
GitHub - jfrolich/smoothie: Beautiful emails for your elixir application
resource
~/github.com
resource
GitHub - mmmries/chunky_svg: An Elixir library for generating SVG images
resource
~/github.com
resource
GitHub - jsonmaur/phoenix-turnstile: Use Cloudflare Turnstile in Phoenix
resource
~/github.com
resource
GitHub - elixirstatus/phoenix_html_sanitizer: HTML Sanitizer for Phoenix
resource
~/github.com
resource
GitHub - meh/cauldron: I wonder what kind of Elixir is boiling in there.
resource
~/github.com
resource
GitHub - narrowtux/Tube: WebSocket client library written in pure Elixir
resource
~/github.com
resource
GitHub - Arp-G/pictionary: Picture guessing and drawing multiplayer game
resource
~/github.com
resource
GitHub - camshaft/world_json_ex: elixir module for the world in geo.json
resource
~/github.com
resource
GitHub - ikeikeikeike/exfavicon: Elixir library for discovering favicons
resource
~/github.com
resource
GitHub - kofigumbs/codec-beam: Generate Erlang VM byte code from Haskell
resource
~/github.com
resource
GitHub - gausby/bencode: A bencode encoder and decoder written in Elixir
resource
~/github.com
resource
GitHub - bradleyd/exgrid: Elixir library to interact with Sendgrid's API
resource
~/github.com
resource
GitHub - avitex/elixir-vultr: Simple wrapper for the Vultr API in Elixir
resource
~/github.com
resource
GitHub - mhinz/vim-mix-format: Vim integration for the Elixir formatter.
resource
~/github.com
resource
GitHub - 81dr/ex_changerate: Elixir client for exchangerate platform API
resource
~/github.com
resource
Made with ❤️
to provide different kinds of informations and resources.