Fix bug #16448 with non-ASCII error messages in batch mode.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Feb 2014 11:53:10 +0000 (13:53 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Feb 2014 11:53:10 +0000 (13:53 +0200)
commit9ef58a52ac97a160e2818e69e7cd146e52fbdacf
tree572142e04cbf44d0e5452ca2372bd144ad0645ca
parent2f31004a737e5443ba96fd60733e9eda818abfe2
Fix bug #16448 with non-ASCII error messages in batch mode.

 src/print.c (Fexternal_debugging_output): If the argument character
 is non-ASCII, encode it with the current locale's encoding before
 writing the result to the terminal.
src/ChangeLog
src/print.c