tools: Ensure that everything is stored in UTF-8 in the ANNOUNCE file.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2016-05-27 23:18:05 +09:00
parent 28834b5508
commit b6a091a2b1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ use strict;
use locale;
use POSIX;
use Text::CSV::Encoded;
binmode STDOUT, ':utf8';
use open ':encoding(utf8)';
sub unescape($)
{