Skip to content

FileUtils.py: Fix error for UTF-32 Encodings

Utkarsh Sharma requested to merge Utkarsh1308/coala-utils:detect_encoding into master

detect_encoding detects encoding as UTF-16 for UTF-32 encoded files. This patch fixes this error and adds tests for FileUtils

Fixes #85 (closed)

Merge request reports