Characters.operator ==
should document that it doesn't compare normalized forms
#395
Labels
Characters.operator ==
should document that it doesn't compare normalized forms
#395
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).The text was updated successfully, but these errors were encountered: