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:
Stefan Eßer 2014-09-04 17:19:16 +00:00
parent 07e845a3f4
commit a5f38972dc

View File

@ -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