openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

`Trim` does not remove nonbreaking spaces #539

Open ArEyeses79 opened 1 month ago

ArEyeses79 commented 1 month ago

The string Trim function does not remove nonbreaking spaces (and while I haven't tested them, I expect other whitespace characters and zero width spaces are also currently not removed) Since Trim is described as removing whitespace from the start and end of a string, it feels like these characters should be removed.