<!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>
3
ÝPfË  ã               @   sj   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
d„ ZdS )é    NÚutf8Úutf16zutf16-bezutf16-leÚutf32zutf32-bezutf32-les   coding[:=]\s*([-\w.]+)c             C   sš   x0t D ](\}}| j|ƒr| t|ƒd… j|ƒS qW xV| jdƒdd… D ]@}|dd… dkrFtj|ƒrFtj|ƒjƒ d jdƒ}| j|ƒS qFW | jtj	dƒƒS )	zŠCheck a bytes string for a BOM to correctly detect the encoding

    Fallback to locale.getpreferredencoding(False) like open() on Python3Nó   
é   r   é   ó   #ÚasciiF)
ÚBOMSÚ
startswithÚlenÚdecodeÚsplitÚENCODING_REÚsearchÚgroupsÚlocaleÚgetpreferredencoding)ÚdataZbomÚencodingÚline© r   ú/usr/lib/python3.6/encoding.pyÚauto_decode   s    
r   )Úcodecsr   ÚreÚBOM_UTF8Ú	BOM_UTF16ÚBOM_UTF16_BEÚBOM_UTF16_LEÚ	BOM_UTF32ÚBOM_UTF32_BEÚBOM_UTF32_LEr
   Úcompiler   r   r   r   r   r   Ú<module>   s   
