korean pangram with separate jamo
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 26 Aug 2015 05:50:29 +0000 (07:50 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 5 Sep 2015 14:44:53 +0000 (16:44 +0200)
Purely alphabetic variant for further comparison, created using:

perl -Mcharnames=:full -CS -pe 'package charnames;
s/\N{HANGUL CHOSEONG IEUNG}//g;
s{\S}{chr vianame(viacode(ord $&) =~ s/^HANGUL \K\S+/LETTER/r)}ge'


No differences found