mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
c7e004efa1
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. |
||
---|---|---|
.. | ||
vendor | ||
application.rb | ||
config.rb | ||
extensions.rb | ||
format_string_verifier.rb | ||
gtest.rb | ||
helpers.rb | ||
library.rb | ||
pch.rb | ||
po.rb | ||
tarball.rb | ||
target.rb |