package liquidsoap-lang

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Liquidsoap_lang.Binary_strings_mapSource

Sourceval max_printable_length : int ref

Strings longer than this or containing invalid UTF-8 are treated as binary. Defaults to 4096.

Sourceval is_binary : string -> bool

Return true if s should be treated as binary: either it is longer than max_printable_length bytes or contains invalid UTF-8.