MasoniteFramework / exceptionite

A Python Exception Library. Designed to make handling and displaying exceptions a cinch.
MIT License
124 stars 4 forks source link

set encoding #33

Closed josephmancuso closed 2 years ago

josephmancuso commented 2 years ago

Closes #32

I think if a system does not have a default encoding set (idk why they won't but i've seen this before) then any open commands will throw an encoding error. So i think we should set these opens to utf-8 encoding