stringCodepointSplitter/test/stringCodepointSplitter.t

12 lines
160 B
Perl
Raw Normal View History

2023-08-29 21:38:23 +08:00
ASCII only
$ ./stringCodepointSplitterTest.exe abc
a
b
c
Still simple but not just ASCII
$ ./stringCodepointSplitterTest.exe «»
«
»