• Stefan Monnier's avatar
    * lisp/international/mule-cmds.el (encode-coding-char): Fix ASCII case · 96a0d4fe
    Stefan Monnier authored
    Don't bother with string-as-multibyte since `string` already returns
    multibyte when needed.  Don't forget to encode when the string is
    ASCII, e.g. for ebcdic case and to make sure we always return
    a unibyte string.
    
    * test/lisp/international/mule-tests.el (mule-cmds-tests--encode-ebcdic):
    New test.
    96a0d4fe
mule-cmds.el 123 KB