--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > In the meantime, I'm gonna restrict current version unicode plugin: no > surrogate pairs or combining character sequences (therefore no characters > greater than 0xFFFF). >
I believe combining character sequences is not an issue of higher planes, is of Composed/Decomposed forms. I can locate in system32 dir the dll, normaliz.dll, which exports IsNormalizedString/NormalizeString that can address the issue.
