mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=271108
@ -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