X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=doc%2Fcoder.txt;fp=doc%2Fcoder.txt;h=8dd82060c22187d7b2bfc546963b5f619cd92ddb;hp=9c7b586c44c717826d1223db3d6973e44565acbd;hb=d69137a4417ecb7bec9d607908235a44eadda446;hpb=15de163b8fb39a52c3f7b82e44bdc2f3cbe813f5 diff --git a/doc/coder.txt b/doc/coder.txt index 9c7b586..8dd8206 100644 --- a/doc/coder.txt +++ b/doc/coder.txt @@ -141,8 +141,8 @@ encodings and line termination appropriate to the developer's platform). * UTF-8 can be used, but only when a comment or docstring needs to - mention an author name that requires it; otherwise, using \\x, - \\u or \\U escapes is the preferred way to include non-ASCII + mention an author name that requires it; otherwise, using ``\x``, + ``\u`` or ``\U`` escapes is the preferred way to include non-ASCII data in string literals. * Identifiers must be ASCII-only, and should use English words wherever