While newer versions of phcs already default to utf-8, our one
still defaults to iso-8859-1, leading to wrong chat (byte) counts
when multi-byte chars are used.
With this patch, from the standard definition, all files will
be considered utf-8 encoded.
Covered with unit tests.
This needs to be merged after #70 , as far as it's built on top of it.
Handle all files as utf-8
This needs to be merged after #70 , as far as it's built on top of it.
Ciao :-)