In article <[EMAIL PROTECTED]>, Jorgen Schaefer <[EMAIL PROTECTED]> writes:
> (prefer-coding-system 'latin-1) > (prefer-coding-system 'utf-8) > I'd expect the following code to return "รค", as \344 is invalid > utf-8, but is the latin-1 code for LATIN SMALL LETTER A WITH > DIAERESIS: > (decode-coding-string "\344" 'undecided) > Instead, it returns the empty string. Thank you for the bug report. I've just committed a fix. Please try again with the latest CVS code. --- Kenichi Handa [EMAIL PROTECTED] _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
