Search results

Jump to navigation Jump to search
  • Has an internal string representation. That string representation ...
    1 KB (212 words) - 18:38, 1 November 2021
  • ** '''Hex string''' (two-digit-per-byte): <tt>'hex_codec'</tt> : often means something wanting to show a string on your console, so implicitly asking for <tt>sys.getdefaultencoding()</tt> ...
    14 KB (2,285 words) - 23:12, 21 April 2024
  • ...ned 'IPA93' (pre-Unicode) but this has been largely abandoned in favour of Unicode. ==Notes on Unicode-based IPA== ...
    17 KB (2,586 words) - 01:05, 24 April 2024
  • =====On unicode and bytes===== :: in python3 it can take either bytes or unicode. ...
    21 KB (3,108 words) - 22:42, 22 March 2024
  • ...ax for you, but it cannot really think about how you mixed bytestrings and unicode strings - such are the drawback of weak typing when you change your entire Also, various third party libraries decided to move from bytes by default to unicode by default -- which is effectively an API change it ''cannot'' know about. ...
    30 KB (4,575 words) - 16:39, 20 April 2024
  • Internationalized Resource Identifier (RFC 3987, 2005) extends URIs with Unicode. * RFC 3987: Internationalized Resource Identifier (IRI) generalizes URIs for Unicode, and defines a mapping from IRI to URI syntax. ...
    7 KB (1,185 words) - 15:00, 16 January 2024
  • ...resting. You may wish to avoid them until you're specifically writing fast string-handling code * <tt>str</tt> string (byte strings): <tt>char *</tt> ...
    18 KB (2,697 words) - 18:17, 13 March 2024
  • ** string: exact name match ** string: should match class, but different in older BeautifulSoup version{{verify}} ...
    21 KB (3,203 words) - 22:37, 31 March 2024
  • The query string may be accepted into keyword arguments. ...{}</nowiki>}} {{comment|(without an index() handler, this is just another string)}} ...
    18 KB (2,690 words) - 16:12, 11 September 2023
  • though you could always do it yourself (explicit matching Element's tag string). ...ms to assume UTF8. If you want to be robust to other encodings, handle the string before handing it to ET. {{verify}} ...
    13 KB (2,056 words) - 00:36, 21 April 2024
  • * '''C-s ''string'' ''' (repeat Control-s for next match. Press enter to put cursor at curren * '''C-r ''string'' ''' search, backwards ...
    30 KB (4,713 words) - 16:43, 11 September 2023
  • ...expressions''' ('''regexp''', '''regex''') let you express a pattern in a string, which you can then use to do one of: * Search: Try to look for ''parts'' of a string that conform -- e.g. to match a line by something it contains (e.g. [[grep] ...
    18 KB (2,650 words) - 14:58, 28 November 2023
  • And sometimes you ''want'' both at once. Say, to allow a "quoted string" to contain a quote, it must be escaped inside, : like \f for form feed, and "\U0001F9C0" for a unicode character ...
    55 KB (8,671 words) - 17:06, 21 January 2024
  • ...<tt>environ</tt>''' is a dict {{comment|(containing string keys and mostly string values, but often also a few objects from the WSGI host)}} ** a string containing the HTTP Status-code and Reason-phrase [http://www.w3.org/Protoc ...
    37 KB (5,816 words) - 14:51, 9 February 2024
  • : e.g. keys aren't coerced to string, and can by any type (e.g. m.get(2) doesn't quietly get coerced ({{inlineco ** "number" "string" "boolean" "function", and "undefined" ...
    40 KB (5,859 words) - 16:25, 20 April 2024
  • You can declare each script to be in strict mode, by having the string 'use strict'; be the first expression in it. : Unicode is encoded in a javascript-specific way (e.g. U+2222 encodes as %u2222) -- ...
    47 KB (7,283 words) - 16:39, 20 April 2024
  • ** str, unicode: SQL strings, according to the client encoding - see notes below ** buffer: PostgreSQL binary string, for <tt>bytea</tt> [http://www.postgresql.org/docs/7.2/static/datatype-bin ...
    56 KB (8,774 words) - 19:00, 9 July 2023
  • We tend to call that a string, but under the covers (and in more classical languages, fairly directly), ...Character Sets), such as [http://en.wikipedia.org/wiki/GB_18030 GB 18030], Unicode's UTF-8, UTF-16 ...
    96 KB (15,513 words) - 18:05, 8 April 2024
  • ...> objects, which wrap around apache tables, which are are actually (string-string) maps that allow duplicate entries, which can be necessary e.g. in the case ...ython side, the duplicate thing means that a '''get''' may return either a string or a list of strings. If you want to '''set''' exactly one value and overwr ...
    70 KB (11,151 words) - 16:05, 11 September 2023
  • * convert unicode strings to UTF-8 (py2 and py3) {{verify}} .dump puts the current database into one UTF string, usually used from the prompt something like ...
    17 KB (2,838 words) - 17:53, 25 March 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)