fork(3) download
  1. local str = "KORYTNAČKA"
  2. for c in str:gmatch("[\\0-\127\194-\244][\128-\191]*") do
  3. print(c)
  4. end
Success #stdin #stdout 0.01s 2540KB
stdin
Standard input is empty
stdout
K
O
R
Y
T
N
A
Č
K
A