Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0xbf (0.02 sec)

  1. doc/go_spec.html

    Thus inside a string literal <code>\377</code> and <code>\xFF</code> represent
    a single byte of value <code>0xFF</code>=255, while <code>ΓΏ</code>,
    <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">
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

            <match value="0x01" mask="0x0F" type="string" offset="4"/>
          </match>
        </magic>
      </mime-type>
      <mime-type type="application/sereal;version=2">
        <sub-class-of type="application/sereal"/>
        <magic priority="50">
          <match value="0x6C72733D" type="little32" offset="0">
            <match value="0x02" mask="0x0F" type="string" offset="4"/>
          </match>
        </magic>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top