Open
Description
I expected that Characters.operator ==
would compare normalized forms, but it doesn't. (See https://stackoverflow.com/q/64094438/.)
If it intentionally doesn't, it would be nice if the operator ==
documentation explicitly stated that (and ideally recommended what people should do to normalize Unicode strings instead).