encoding 0.2.14

Character encoding support for Rust
1
2
3
4
5
6
7
8
.PHONY: test
test:
	cargo test -v
	cargo test -v -p encoding-index-singlebyte
	cargo test -v -p encoding-index-korean
	cargo test -v -p encoding-index-japanese
	cargo test -v -p encoding-index-simpchinese
	cargo test -v -p encoding-index-tradchinese