tools: validate utf8 encoding in stdin/out
[sheet.git] / tools / mkclioptions
index 54192b079143b08f0da7ede04144dd6bcd85f494..74cdcf61369c5f101a720953aa4344a8edeb9b3a 100755 (executable)
@@ -3,7 +3,7 @@ use 5.014;
 use warnings;
 use utf8;
 use re '/msx';
-use open OUT => ':utf8', ':std';
+use open OUT => ':encoding(utf-8)', ':std';
 
 our $VERSION = '1.00';