<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
•abc           @   sš   d  d l  Z  d  d l Z d  d l Z e  j d f e  j d f e  j d f e  j d f e  j d f e  j d f e  j	 d f g Z
 e j d	 ƒ Z d
 „  Z d S(   iÿÿÿÿNt   utf8t   utf16s   utf16-bes   utf16-let   utf32s   utf32-bes   utf32-les   coding[:=]\s*([-\w.]+)c         C   sÂ   x: t  D]2 \ } } |  j | ƒ r |  t | ƒ j | ƒ Sq Wxl |  j d ƒ d  D]W } | d d !d k rQ t j | ƒ rQ t j | ƒ j ƒ  d j d ƒ } |  j | ƒ SqQ W|  j t j	 t
 ƒ ƒ S(   sŠ   Check a bytes string for a BOM to correctly detect the encoding

    Fallback to locale.getpreferredencoding(False) like open() on Python3s   
i   i    i   t   #t   ascii(   t   BOMSt
   startswitht   lent   decodet   splitt   ENCODING_REt   searcht   groupst   localet   getpreferredencodingt   False(   t   datat   bomt   encodingt   line(    (    s6   /usr/lib/python2.7/site-packages/pip/utils/encoding.pyt   auto_decode   s    ""(   t   codecsR   t   ret   BOM_UTF8t	   BOM_UTF16t   BOM_UTF16_BEt   BOM_UTF16_LEt	   BOM_UTF32t   BOM_UTF32_BEt   BOM_UTF32_LER   t   compileR
   R   (    (    (    s6   /usr/lib/python2.7/site-packages/pip/utils/encoding.pyt   <module>   s   