Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d855d8 commit 1a7a2e0Copy full SHA for 1a7a2e0
1 file changed
Doc/reference/lexical_analysis.rst
@@ -309,8 +309,8 @@ The Unicode category codes mentioned above stand for:
309
* *Nd* - decimal numbers
310
* *Pc* - connector punctuations
311
312
-All identifiers are converted into the normal form NFC while parsing; comparison
313
-of identifiers is based on NFC.
+All identifiers are converted into the normal form NFKC while parsing; comparison
+of identifiers is based on NFKC.
314
315
A non-normative HTML file listing all valid identifier characters for Unicode
316
4.1 can be found at
0 commit comments