]> git.sesse.net Git - vlc/commit
New VLM quoting and escaping logic that is more like the usual C one[1]
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 3 Dec 2006 07:05:21 +0000 (07:05 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 3 Dec 2006 07:05:21 +0000 (07:05 +0000)
commite0bebcefb451c4f2f4b593ce1f3e49171ca3a1f7
tree061e95296747a632749c84dedfe7433c8138ae53
parentd3cd1b4db0be7fd42126e77ad4163bc64b83f292
New VLM quoting and escaping logic that is more like the usual C one[1]
- Do not validate quotes recursively (there is no reason to do that)
  and it is really unlike anything else.
- Do not allow escaping non-ASCII (to avoid UTF-8 breakages)
  or non-printable characters.
[1] we don't support every features of C escaping though
src/misc/vlm.c