Fix debug output that has erroneously been committed with the last update.
Obtained from: Jan Beich MFC after: 3 days
This commit is contained in:
parent
07e845a3f4
commit
a5f38972dc
@ -51,7 +51,7 @@ sub local_to_UCS_code
|
||||
|
||||
my $ucs_char = ord(Encode::decode("UTF-8", local_to_UCS_string($char)));
|
||||
|
||||
$current_char = lc(chr($ucs_char)), print("SETCUR: $ucs_char\n")
|
||||
$current_char = lc(chr($ucs_char))
|
||||
if $current_char eq "";
|
||||
|
||||
$ucs_char = 0x20ac # replace with Euro character
|
||||
|
Loading…
Reference in New Issue
Block a user