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 Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Dec 02 23:07:19 UTC 2025
    - 286.5K bytes
    - Viewed (1)
  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: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
Back to top