Fix Dired display and operations on file names with raw bytes
commita377c652b55db4f118076fec2cdbd65e0d61e31a
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Jan 2018 08:56:21 +0000 (6 10:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Jan 2018 08:56:21 +0000 (6 10:56 +0200)
tree91df94728e0bc3703e000460a50b1727adf73178
parentd9d6e8a04c81235f805f6625e6d26aaaa6797b9d
Fix Dired display and operations on file names with raw bytes

* src/coding.c (decode_coding): When flushing remaining raw bytes
from multibyte text, copy 2-byte forms of eight-bit-*
characters as single characters, not as 2 raw bytes.  (Bug#29189)
src/coding.c