Use locale when quoting.

* src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER): Use
quote rather than implementing quoting here.
(cherry picked from commit e6c849d82a)
This commit is contained in:
Joel E. Denny
2009-08-21 20:09:54 -04:00
parent aa50ba7bff
commit 890ab17c84
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2009-08-21 Joel E. Denny <jdenny@clemson.edu>
Use locale when quoting.
* src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER): Use
quote rather than implementing quoting here.
2009-08-20 Eric Blake <ebb9@byu.net>
Make previous patch more robust.