utf-16-to-utf-8 1.0.0

Convert UTF-16 to UTF-8 encoding.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Will Parsons"]
categories = ["embedded", "encoding", "game-development", "internationalization", "no-std"]
description = "Convert UTF-16 to UTF-8 encoding."
documentation = "https://github.com/entrovoid/rust-utf-16-to-utf-8/blob/master/README.md"
homepage = "https://entrocraft.com/dungeon/character-encoding-algorithms/utf-16-to-utf-8/"
keywords = ["bom", "decode", "encode", "utf-16be", "utf-16le"]
license = "MIT-0"
name = "utf-16-to-utf-8"
repository = "https://github.com/entrovoid/rust-utf-16-to-utf-8"
version = "1.0.0"