请输入您要查询的百科知识:

 

词条 Module:Unicode data/Hangul
释义 -- Data used to generate the names of characters in the Hangul Syllables block-- (U+AC00 to U+D7A3).

local Hangul = {}

-- The following leads, vowels, and trails come from here:-- http://www.unicode.org/Public/UNIDATA/Jamo.txt

Hangul.leads = {

[0] = "G", "GG", "N", "D", "DD", "R", "M", "B", "BB", "S", "SS",

"", "J", "JJ", "C", "K", "T", "P", "H"

}

-- not actually used:

Hangul.lead_count = #Hangul.leads + 1

Hangul.vowels = {

[0] = "A", "AE", "YA", "YAE", "EO", "E", "YEO", "YE", "O", "WA",

"WAE", "OE", "YO", "U", "WEO", "WE", "WI", "YU", "EU", "YI",

"I"

}

Hangul.vowel_count = #Hangul.vowels + 1

Hangul.trails = {

[0] = "", "G", "GG", "GS", "N", "NJ", "NH", "D", "L", "LG", "LM", "LB",

"LS", "LT", "LP", "LH", "M", "B", "BS", "S", "SS", "NG", "J", "C", "K",

"T", "P", "H"

}

Hangul.trail_count = #Hangul.trails + 1

--For the term "final", see Syllable#Chinese model.

Hangul.final_count = Hangul.vowel_count * Hangul.trail_count

return Hangul

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/10 6:58:55