📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 11:27:40
📂
/
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
charset_normalizer
/
__pycache__
✏️
Editing: md.cpython-312.pyc
� <��gDN � � � d dl mZ d dlmZ d dlmZ ddlmZmZm Z ddl mZmZm Z mZmZmZmZmZmZmZmZmZmZmZmZmZmZ G d� d� Z G d � d e� Z G d� de� Z G d � de� Z G d� de� Z G d� de� Z! G d� de� Z" G d� de� Z# G d� de� Z$ G d� de� Z% ed�� d!d�� Z& ed�� d" d#d�� Z'y )$� )�annotations)� lru_cache)� getLogger� )�COMMON_SAFE_ASCII_CHARACTERS�TRACE�UNICODE_SECONDARY_RANGE_KEYWORD)�is_accentuated� is_arabic�is_arabic_isolated_form�is_case_variable�is_cjk�is_emoticon� is_hangul�is_hiragana�is_katakana�is_latin�is_punctuation�is_separator� is_symbol�is_thai�is_unprintable� remove_accent� unicode_rangec �: � e Zd ZdZdd�Zdd�Zd d�Zed d�� Zy)�MessDetectorPluginzy Base abstract class used for mess detection plugins. All detectors MUST extend and implement given methods. c � � t �)z@ Determine if given character should be fed in. ��NotImplementedError��self� characters �F/opt/hc_python/lib64/python3.12/site-packages/charset_normalizer/md.py�eligiblezMessDetectorPlugin.eligible&