Saltar para o conteúdo

Módulo:Unicode data/Hangul: historial de revisões

25 de setembro de 2022

  • atuant 16h42min16h42min de 25 de setembro de 2022 94rocha discussão contribs 963 bytes +963 nova página: -- 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"...