zsmb
05/15/2024, 7:08 PMcontains
checks:
this.normalize(Form.NFKD).filter { it.isLetter() or it.isWhitespace() }
Seems to work for a bunch of cases I tested, but of course should probably be covered by some tests too.
I'd raise a PR for it but I don't have time right now to fix any additional problems if they come up. I expect this might need to be skipped for wasm if it's not implemented there by the library, etc. But it would be nice to have this in the app.yschimke
05/31/2024, 7:51 AM