Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0201ff (0.08 sec)

  1. doc/go1.17_spec.html

    <code>\u00FF</code>, <code>\U000000FF</code> and <code>\xc3\xbf</code> represent
    the two bytes <code>0xc3</code> <code>0xbf</code> of the UTF-8 encoding of character
    U+00FF.
    </p>
    
    <pre class="ebnf">
    string_lit             = raw_string_lit | interpreted_string_lit .
    raw_string_lit         = "`" { unicode_char | newline } "`" .
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top