## Description The conversion from `\u0020` to `\u00A0` was introduced for historical reasons but is no longer necessary and can be safely removed from the codebase. See [`V.sanitizeText()`](https://github.com/clientIO/joint/blob/master/packages/joint-core/src/V/index.mjs#L1332-L1340). Discussed in https://github.com/clientIO/joint/discussions/2966