Search results

Jump to navigation Jump to search
  • Therefore the simplest way to deal with non-ASCII characters is to pass every parameter as UTF-8 encoded string to Kodi and t ...l assume file system is ascii only and try to encode all unicode inputs to ascii. In reality file system does not have a specific encoding and utf-8 is a mu
    5 KB (692 words) - 22:04, 3 December 2019
  • | ASCII, <span class="nowrap">ISO-8859</span>-{1,2,3,4,5,7,9,10,13,14,15,16}, <span
    2 KB (317 words) - 23:10, 13 September 2022
  • # the encoding for filenames is ASCII instead of UTF-8. Trying to open a file with non-ASCII characters in its name or path throws exceptions; you have to explicitly en
    8 KB (1,228 words) - 14:50, 29 August 2022
  • ...e of bytes so it can be used to store both binary data and textual data in ASCII or any of a long list of 8-bit fixed-length encodings. Python 2 also has th ...istorically, in Python 2 such strings are used for textual data encoded in ASCII or other 1-byte fixed-length encoding (e.g. Windows 1251 for Cyrillic alpha
    18 KB (2,839 words) - 18:34, 19 March 2022
  • ...>.service</code>, where "<service name>" may consist of any non-whitespace ASCII characters which allow the system administrator to easily recognize them, w
    9 KB (1,318 words) - 03:03, 22 February 2023
  • * By default, in the existing python API, all returned strings are ascii or UTF8 stored in a std::string. In order to force the return value to be U
    36 KB (5,147 words) - 04:52, 10 July 2020