gnembon / scarpet

Public Repository of scarpet programs for Minecraft
Creative Commons Zero v1.0 Universal
359 stars 161 forks source link

add code_point.scl #327

Open ch-yx opened 2 years ago

ch-yx commented 2 years ago

from char to code point & from code point to char

require https://github.com/gnembon/fabric-carpet/pull/1368 at least carpet 1.4.82

it provides 3 function: ord, ord_string and chr. ord_string is for string. ord is for char.

and a helper function: string_iter works like built in split with only one argument, but can handle emojis

ch-yx commented 2 years ago

😆 its requirement (https://github.com/gnembon/fabric-carpet/pull/1368) is merged in carpet 1.4.82 😆