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:
parent
28834b5508
commit
b6a091a2b1
|
@ -25,7 +25,7 @@ use strict;
|
||||||
use locale;
|
use locale;
|
||||||
use POSIX;
|
use POSIX;
|
||||||
use Text::CSV::Encoded;
|
use Text::CSV::Encoded;
|
||||||
binmode STDOUT, ':utf8';
|
use open ':encoding(utf8)';
|
||||||
|
|
||||||
sub unescape($)
|
sub unescape($)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue