ronanboiteau / NormEZ

Coding-style checker for Epitech students. This program analyzes your C source files for Epitech coding-style violations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid Bytes sequence..

simonprovost opened this issue · comments

NormEZ.rb:293:in 'block in check_trailing_spaces_tabs': invalid byte sequence in UTF-8 (ArgumentError)
from NormEZ.rb:292:in 'each_line'
from NormEZ.rb:292:in 'check_trailing_spaces_tabs'
from NormEZ.rb:126:in 'check_file'
from NormEZ.rb:122:in 'initialize'
from NormEZ.rb:542:in 'new'
from NormEZ.rb:542:in '<main>'

What is it?

NormEZ has not been tested for UTF-8. Can you create a zip or tar archive with the repository you're analyzing & post it here? Or, if you don't want to post your code here, you can e-mail it to me at ronan.boiteau@epitech.eu. I'll try to reproduce this bug & push a fix.