Declare control files as UTF-8
This commit is contained in:
parent
aa026a4eaf
commit
d812f8abde
|
@ -422,6 +422,7 @@ sub plot {
|
|||
|
||||
# generic settings
|
||||
|
||||
print $ctlfh "set encoding utf8\n";
|
||||
if ($self->{output_format} eq 'svg') {
|
||||
print $ctlfh "set term $self->{output_format}\n";
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue