From: Mischa POSLAWSKY Date: Wed, 26 Aug 2015 05:39:14 +0000 (+0200) Subject: korean pangram to compare jamo decomposition X-Git-Tag: v2.0~50 X-Git-Url: http://git.shiar.net/unicode-sampler.git/commitdiff_plain/324e86a8530c2ccc1a8976ea9350c4c2ca54ce5c?hp=324e86a8530c2ccc1a8976ea9350c4c2ca54ce5c korean pangram to compare jamo decomposition Seeing how some fonts/terminals/editors mangle the jamo version of hunminjeongeum, add a line of modern korean in different encodings to more extensively test equivalent rendering. This most complete option from contains all jamo including double consonants and combined vowels. Decomposed version created using: perl -MLingua::KO::Hangul::Util=:all -CS -ne 'print decomposeSyllable($_)' ---