lune-org / lune

A standalone Luau runtime
https://lune-org.github.io/docs
Mozilla Public License 2.0
368 stars 87 forks source link

Add `utf8.graphemes` #237

Open SolarHorizon opened 2 months ago

SolarHorizon commented 2 months ago

The open source version of Luau doesn't include uft8.graphemes. I've got some code written for Roblox that could also be useful in Lune, but it depends on this function.

howmanysmall commented 2 months ago

i don't think they can because that would be a sandboxing violation

you should probably make a luau rfc for that

u-train commented 2 months ago

It was mentioned in passing here.

As Arseny said:

At some point we might incorporate these into Luau but they require Unicode character databases that are licensed separately and are also pretty large so it's non-trivial.

howmanysmall commented 2 months ago

interesting

didn't know that's why