chiark / gitweb /
utf8: when escaping unprintable unichars, escape the whole unichar, not just the...
authorLennart Poettering <lennart@poettering.net>
Thu, 4 Dec 2014 01:27:14 +0000 (02:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 4 Dec 2014 01:27:14 +0000 (02:27 +0100)
commit3c6d3052d3597100e9d531df03cb15e9988dc94d
tree4ad648a42698befd049fcc95167731fff428d099
parent3f18c60b2e09d1191ffede3aeabd967b57a1f918
utf8: when escaping unprintable unichars, escape the whole unichar, not just the first byte of it
src/shared/utf8.c
src/test/test-utf8.c