[FFmpeg-devel] [PATCH] fate/matroska: Stop using unicode in command line paramters

Martin Storsjö martin at martin.st
Tue Aug 22 22:08:48 EEST 2023


On Mon, 21 Aug 2023, Martin Storsjö wrote:

> The fate-run.sh shell script exports LC_ALL=C before invoking the
> test executables; this is probably done for consistency.
>
> When executing Windows binaries with Wine, it normally handles
> UTF-8 command line parameters just fine - but with LC_ALL set to
> C, it treats them as plain ASCII.
>
> As the unicode command line parameters wasn't the main thing
> being tested here, just convert them to plain ASCII, for
> portability. This fixes the test for all test configurations that
> use Wine.
> ---
> tests/fate/matroska.mak             |  6 +++---
> tests/ref/fate/matroska-stereo_mode | 10 +++++-----
> 2 files changed, 8 insertions(+), 8 deletions(-)

OK'd by Andreas on irc, will push.

// Martin


More information about the ffmpeg-devel mailing list