Thread MacOS Terminalausgabe: Hangul Jamo medial vovels und final consonants (4 answers)
Opened by Kuerbis at 2022-03-12 17:26

Kuerbis
 2022-03-13 12:30
#194296 #194296
User since
2011-03-20
938 Artikel
BenutzerIn
[default_avatar]
Die Zeichen können beide anzeigen. Mit dieser Änderung am Skript geben beide das Gleiche aus:

Code (perl): (dl )
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl
use strict;
use warnings;
use 5.10.0;
use open qw(:std :utf8);

say "|\x{1161}\x{11a0}\x{11b0}\x{11c0}\x{11d0}\x{11e0}\x{11f0}\x{11ff}";

# |ᅡᆠᆰᇀᇐᇠᇰᇿ

View full thread MacOS Terminalausgabe: Hangul Jamo medial vovels und final consonants