fork(5) download
  1. local str = "KORYTNAČKA"
  2. for c in str:gmatch("[\x0-\x7F\xC2-\xF4][\x80-\xBF]*") do
  3. print(c)
  4. end
Success #stdin #stdout 0.01s 2496KB
stdin
Standard input is empty
stdout
KORYTNA
KA