encoding_index_korean/
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//! Korean index tables for [encoding-next](https://github.com/alexschrod/encoding-next).
7
8#![cfg_attr(test, feature(test))]
9
10/// KS X 1001 plus Unified Hangul Code.
11///
12/// From the Encoding Standard:
13///
14/// > This matches the KS X 1001 standard and the Unified Hangul Code,
15/// > more commonly known together as Windows Codepage 949.
16#[rustfmt::skip]
17pub mod euc_kr;