You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core:text/match is a port of Lua's pattern APIs and therefore has the same behaviour of working bytewise instead of supporting utf-8. This WIKI talks about Lua and unicode.
I will keep this open because we are obviously not Lua and Odin is built on/with/for utf-8 and there may be ways to improve it.
Context
Expected Behavior
I expect
match.gsub_allocator
to substitute strings after unicode characters, but it does not.Failure Information (for bugs)
gsub
example by @Kelimion:Steps to Reproduce
Minimal example:
The text was updated successfully, but these errors were encountered: