statastates
statastates copied to clipboard
Replace unicode spaces
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.