encoding_index_tradchinese/
lib.rs

1// This is a part of encoding-next.
2//
3// Any copyright is dedicated to the Public Domain.
4// https://creativecommons.org/publicdomain/zero/1.0/
5
6//! Traditional Chinese index tables for
7//! [encoding-next](https://github.com/alexschrod/encoding-next).
8
9#![cfg_attr(test, feature(test))]
10
11/// Big5 and HKSCS.
12///
13/// From the Encoding Standard:
14///
15/// > This matches the Big5 standard
16/// > in combination with the Hong Kong Supplementary Character Set and other common extensions.
17#[rustfmt::skip]
18pub mod big5;