Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0xc3 (0.12 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">
    string_lit             = raw_string_lit | interpreted_string_lit .
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/sereal;version=3">
        <sub-class-of type="application/sereal"/>
        <magic priority="50">
          <match value="0x6C72F33D" type="little32" offset="0">
            <match value="0x03" mask="0x0F" type="string" offset="4"/>
          </match>
        </magic>
      </mime-type>
    
      <mime-type type="application/set-payment"/>
      <mime-type type="application/set-payment-initiation">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top