mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 11:27:49 +00:00
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…
x
Reference in New Issue
Block a user