Source file uucp__hangul.ml

1
2
3
4
5
6
7
8
9
(*---------------------------------------------------------------------------
   Copyright (c) 2018 The uucp programmers. All rights reserved.
   SPDX-License-Identifier: ISC
  ---------------------------------------------------------------------------*)

include Uucp_hangul_base

let syllable_type u =
  Uucp_rmap.get Uucp_hangul_data.syllable_type_map (Uchar.to_int u)