opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
charset_normalizer
/
__pycache__
➕ New
📤 Upload
✎ Editing:
__init__.cpython-311.pyc
← Back
� � h� � �� � d Z ddlZddlmZmZmZmZ ddlmZm Z m Z mZmZ ddl mZmZ ddlmZ ddlmZmZ d Z ej d � � � ej � � � � dS )u� Charset-Normalizer ~~~~~~~~~~~~~~ The Real First Universal Charset Detector. A library that helps you read text from an unknown charset encoding. Motivated by chardet, This package is trying to resolve the issue by taking a new approach. All IANA character set names for which the Python core library provides codecs are supported. Basic usage: >>> from charset_normalizer import from_bytes >>> results = from_bytes('Bсеки човек има право на образование. Oбразованието!'.encode('utf_8')) >>> best_guess = results.best() >>> str(best_guess) 'Bсеки човек има право на образование. Oбразованието!' Others methods and usages are available - see the full documentation at <https://github.com/Ousret/charset_normalizer>. :copyright: (c) 2021 by Ahmed TAHRI :license: MIT, see LICENSE for more details. � N� )� from_bytes�from_fp� from_path� normalize)�CharsetDetector� CharsetDoctor�CharsetNormalizerMatch�CharsetNormalizerMatches�detect)�CharsetMatch�CharsetMatches)�set_logging_handler)�VERSION�__version__)r r r r r r r r r r r r r r �charset_normalizer)�__doc__�logging�apir r r r �legacyr r r r r �modelsr r �utilsr �versionr r �__all__� getLogger� addHandler�NullHandler� � �R/opt/cloudlinux/venv/lib64/python3.11/site-packages/charset_normalizer/__init__.py�<module>r! s ��� �( ���� :� :� :� :� :� :� :� :� :� :� :� :�� � � � � � � � � � � � � � 1� 0� 0� 0� 0� 0� 0� 0� &� &� &� &� &� &� )� )� )� )� )� )� )� )���( �� �&� '� '� 2� 2�3F�7�3F�3H�3H� I� I� I� I� Ir
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel