haltakov / simple-photo-gallery

Beautiful and simple photo galleries that help you tell your story. Free and open-source.
https://haltakov.net/simple-photo-gallery
MIT License
194 stars 51 forks source link

HTML file not explicitly saved as unicode - crashes on Windows #34

Closed haltakov closed 4 years ago

haltakov commented 4 years ago

https://github.com/haltakov/simple-photo-gallery/blob/f475e8ef9cf3f6d69bcab6c98646a9fdc3cf3196/simplegallery/gallery_build.py#L84

with open(os.path.join(gallery_config['public_path'], 'index.html'), 'w', encoding="utf-8") as out: