| Server IP : 66.29.146.62 / Your IP : 216.73.216.152 Web Server : LiteSpeed System : Linux premium231.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : dokkdzvi ( 925) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3.8/site-packages/setuptools/__pycache__/ |
Upload File : |
U
�Qab� � @ s8 d dl Z d dlZd dlmZ dd� Zdd� Zdd� ZdS ) � N)�sixc C sV t | tj�rt�d| �S z$| �d�} t�d| �} | �d�} W n tk
rP Y nX | S )NZNFD�utf-8)�
isinstancer � text_type�unicodedataZ normalize�decode�encode�UnicodeError)�path� r �</usr/lib/python3.8/site-packages/setuptools/unicode_utils.py� decompose s
r
c C s\ t | tj�r| S t�� pd}|df}|D ].}z| �|�W S tk
rT Y q(Y q(X q(dS )zY
Ensure that the given path is decoded,
NONE when no expected encoding works
r N)r r r �sys�getfilesystemencodingr �UnicodeDecodeError)r
Zfs_encZ
candidates�encr r r �filesys_decode s r c C s( z| � |�W S tk
r" Y dS X dS )z/turn unicode encoding into a functional routineN)r �UnicodeEncodeError)�stringr r r r �
try_encode'