Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Input (0.28 sec)

  1. doc/go_spec.html

    "\U00110000"         // illegal: invalid Unicode code point
    </pre>
    
    <p>
    These examples all represent the same string:
    </p>
    
    <pre>
    "日本語"                                 // UTF-8 input text
    `日本語`                                 // UTF-8 input text as a raw literal
    "\u65e5\u672c\u8a9e"                    // the explicit Unicode code points
    "\U000065e5\U0000672c\U00008a9e"        // the explicit Unicode code points
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top