Make escaping work properly with non-ASCII UTF-8 strings
authorDavid Zeuthen <davidz@redhat.com>
Tue, 10 Apr 2012 16:05:24 +0000 (12:05 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 10 Apr 2012 16:05:24 +0000 (12:05 -0400)
commit91f79a9beba9b1a1ceeb1cb3f26d95be3dcf62b7
tree3ff1349264dd862009382dd39883d1ab1f20fabb
parent955bb6a0b2e9157f62348e964cc37b3e04d4d2a9
Make escaping work properly with non-ASCII UTF-8 strings

Basically, we need to only unescape \ and " otherwise things won't
work with non-ASCII characters.

https://bugs.freedesktop.org/show_bug.cgi?id=48502

Signed-off-by: David Zeuthen <davidz@redhat.com>
12 files changed:
doc/udisks2-sections.txt
src/udiskscleanup.c
src/udisksdaemonutil.c
src/udisksdaemonutil.h
src/udiskslinuxblock.c
src/udiskslinuxdrive.c
src/udiskslinuxencrypted.c
src/udiskslinuxfilesystem.c
src/udiskslinuxloop.c
src/udiskslinuxpartition.c
src/udiskslinuxpartitiontable.c
src/udiskslinuxswapspace.c