| Server IP : 68.178.172.28 / Your IP : 216.73.216.152 Web Server : Apache System : Linux 28.172.178.68.host.secureserver.net 4.18.0-553.94.1.el8_10.x86_64 #1 SMP Mon Jan 19 05:45:41 EST 2026 x86_64 User : kiskarnal ( 1003) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/python38/lib/python3.8/encodings/__pycache__/ |
Upload File : |
U
�i�_% � @ st d Z ddlZddd�Zddd�ZG dd � d ej�ZG d
d� dej�ZG dd
� d
ej�ZG dd� dej�Zdd� Z dS )a Python 'utf-8-sig' Codec
This work similar to UTF-8 with the following changes:
* On encoding/writing a UTF-8 encoded BOM will be prepended/written as the
first three bytes.
* On decoding/reading if the first three bytes are a UTF-8 encoded BOM, these
bytes will be skipped.
� N�strictc C s t jt �| |�d t| �fS �Nr )�codecs�BOM_UTF8�utf_8_encode�len)�input�errors� r
�2/opt/python38/lib/python3.8/encodings/utf_8_sig.py�encode s �r c C sD d}| d d� t jkr&| dd � } d}t �| |d�\}}||| fS )Nr � T)r r �utf_8_decode)r r �prefix�output�consumedr
r
r �decode s r c @ s8 e Zd Zddd�Zddd�Zdd� Zd d
� Zdd� Zd
S )�IncrementalEncoderr c C s t j�| |� d| _d S �N� )r r �__init__�first��selfr r
r
r r s zIncrementalEncoder.__init__Fc C s: | j r$d| _ tjt�|| j�d S t�|| j�d S d S r )r r r r r )r r �finalr
r
r r s �zIncrementalEncoder.encodec C s t j�| � d| _d S r )r r �resetr �r r
r
r r '