Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
ÝPfP) ã @ sæ d Z ddlmZ ddlZddlmZ dZddd d
dœZi Zdd
„ Z dd„ Z
dd„ ZG dd„ deƒZ
e
dƒZe
dƒZe
dƒZd+dd„Zdd„ Zedfdd„Zd,dd „Zd!d"„ Zedfd#d$„Zd%d&„ ZG d'd(„ d(eƒZG d)d*„ d*eƒZdS )-a
webencodings
~~~~~~~~~~~~
This is a Python implementation of the `WHATWG Encoding standard
`. See README for details.
:copyright: Copyright 2012 by Simon Sapin
:license: BSD, see LICENSE for details.
é )Úunicode_literalsNé )ÚLABELSz0.5z
iso-8859-8zmac-cyrillicz mac-romanZcp874)ziso-8859-8-izx-mac-cyrillicÚ macintoshzwindows-874c C s | j dƒjƒ jdƒS )a9 Transform (only) ASCII letters to lower case: A-Z is mapped to a-z.
:param string: An Unicode string.
:returns: A new Unicode string.
This is used for `ASCII case-insensitive
`_
matching of encoding labels.
The same matching is also used, among other things,
for `CSS keywords `_.
This is different from the :meth:`~py:str.lower` method of Unicode strings
which also affect non-ASCII characters,
sometimes mapping them into the ASCII range:
>>> keyword = u'Bac\N{KELVIN SIGN}ground'
>>> assert keyword.lower() == u'background'
>>> assert ascii_lower(keyword) != keyword.lower()
>>> assert ascii_lower(keyword) == u'bac\N{KELVIN SIGN}ground'
Úutf8)ÚencodeÚlowerÚdecode)Ústring© r ú/usr/lib/python3.6/__init__.pyÚascii_lower# s r
c C sx t | jdƒƒ} tj| ƒ}|dkr$dS tj|ƒ}|dkrt|dkrLddlm} ntj||ƒ}tj |ƒ}t
||ƒ}|t|<