
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3

  \                 @   sd   d Z ddlZddlZejjdr,d	ddZn4y
ej W n ek
rT   d
ddZY nX dddZdS )zA minimal subset of the locale module used at interpreter startup
(imported by the _io module), in order to reduce startup time.

Don't import directly from third-party code; use the `locale` module instead!
    NwinTc             C   s   t j d S )N   )_localeZ_getdefaultlocale)do_setlocale r   #/usr/lib64/python3.6/_bootlocale.pygetpreferredencoding   s    r   c             C   s   dd l }|j| S )Nr   )localer   )r   r	   r   r   r   r      s    c             C   s$   t jt j}| r tjdkr d}|S )NdarwinzUTF-8)r   nl_langinfoCODESETsysplatform)r   resultr   r   r   r      s    )T)T)T)__doc__r   r   r   
startswithr   r   AttributeErrorr   r   r   r   <module>   s   
