mkvtoolnix/rake.d
Moritz Bunkus c7e004efa1 PCH #include scanner: force string encoding to be UTF-8
If the locale is set to non-UTF-8 when (d)rake is invoked then Ruby will
set the encoding of all strings read from files to US-ASCII. As several
source files do use non-ASCII characters this results in warnings from
Ruby about "invalid byte sequence in US-ASCII".

As all of my source code files are encoded in UTF-8 we can simply
enforce this.

This happens when building the RPMs which sets the locale to C.
2016-12-10 11:32:50 +01:00
..
vendor
application.rb
config.rb
extensions.rb
format_string_verifier.rb format string verification: ignore fuzzy entries 2016-07-11 21:53:14 +02:00
gtest.rb
helpers.rb
library.rb
pch.rb PCH #include scanner: force string encoding to be UTF-8 2016-12-10 11:32:50 +01:00
po.rb build system: update Project-Id-Version PO header on manual updates, too 2016-11-20 17:27:08 +01:00
tarball.rb
target.rb