Skip to content
angerangel edited this page Mar 20, 2013 · 1 revision

USAGE

   UTF? data

DESCRIPTION

Returns UTF BOM (byte order marker) encoding; + for BE, - for LE.

UTF? is a native value.

ARGUMENTS

  • data (binary!)

#SOURCE

utf?: make native! [  [
    {Returns UTF BOM (byte order marker) encoding; + for BE, - for LE.}
    data [binary!]
] ]
Clone this wiki locally