12 lines
160 B
Perl
12 lines
160 B
Perl
|
ASCII only
|
||
|
$ ./stringCodepointSplitterTest.exe abc
|
||
|
a
|
||
|
b
|
||
|
c
|
||
|
|
||
|
Still simple but not just ASCII
|
||
|
$ ./stringCodepointSplitterTest.exe «—»
|
||
|
«
|
||
|
—
|
||
|
»
|