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 POSIX;
|
||||
use Text::CSV::Encoded;
|
||||
binmode STDOUT, ':utf8';
|
||||
use open ':encoding(utf8)';
|
||||
|
||||
sub unescape($)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue