statastates icon indicating copy to clipboard operation
statastates copied to clipboard

Replace unicode spaces

Open Danferno opened this issue 4 years ago • 0 comments

It could be worth adding

replace state = subinstr(state, uchar(160), " ", .)

to the [state(string)] version. This replaces the unicode "NO-BREAK SPACE" by a regular one.

Danferno avatar Mar 19 '21 13:03 Danferno