On 11.10.2016 16:27, Tanu Kaskinen wrote: > Users may configure the device alias to have characters outside the > ASCII range, so our name cleanup routine was too aggressive. Let's just > make sure that the device description is a valid UTF-8 string. > > BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=98160 > --- > src/modules/bluetooth/bluez4-util.c | 31 ------------------------ > src/modules/bluetooth/bluez4-util.h | 2 -- > src/modules/bluetooth/module-bluez4-device.c | 3 ++- > src/modules/bluetooth/module-bluez5-device.c | 35 ++-------------------------- > 4 files changed, 4 insertions(+), 67 deletions(-) Looks good to me.