commit | 05e2a6d25940adb81543a6078d03577160acad56 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Mon May 30 12:52:00 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Wed Jun 01 13:08:40 2016 +0200 |
tree | c6be61e6692fb91b49bb7d0bfdac15444b9a0070 | |
parent | 21d9bd1107436ff67a97467b4320aeca1007ea47 [diff] |
chars: a control character can never be an invalid multibyte sequence The function is_cntrl_mbchar() has always been called successfully before calling control_mbrep(), so the passed character *is* a valid sequence.