I have a routine that needs to be supplied with normalized strings. However, the data that's coming in isn't necessarily clean, and String.Normalize() raises ArgumentException if the string contains invalid code points.I have a routine that needs to be supplied with