korean pangram with halfwidth jamo
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 26 Aug 2015 05:56:02 +0000 (07:56 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 5 Sep 2015 14:44:53 +0000 (16:44 +0200)
Another alphabetic equivalent for modern korean, created by:

perl -Mcharnames=:full -CS -pe'package charnames;
s{\S}{chr vianame(viacode(ord $&) =~ s/^(?=HANGUL)/HALFWIDTH /r)}ge'


No differences found