Skip to content

Instantly share code, notes, and snippets.

View LulaSvob's full-sized avatar
🎯
Focusing

LulaSvob

🎯
Focusing
View GitHub Profile
@LulaSvob
LulaSvob / ConvertUTF-8.py
Last active September 20, 2018 06:52 — forked from smccutchen/ConvertUTF-8.py
Convert multiple files to UTF-8 encoding with Notepad++ with non-Latin (Cyrillic) path
# -*- coding: utf-8 -*-
# 2016-2017 Soverance Studios.
# Scott McCutchen
# This file will search all files and folders within a given directory, and use Notepad++ to convert their encoding to UTF-8 without Byte Order Marks
#
# This file must be run using the PythonScript plugin from within Notepad++, which is available through the Notepad++ Plugin Manager
#
# You must have Python 2.7 installed
#