Re: unescape lua string (opposite of %q)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: unescape lua string (opposite of %q)
- From: Fabien <fleutot+lua@...>
- Date: Sat, 5 Jun 2010 14:26:31 +0200
On Sat, Jun 5, 2010 at 7:02 AM, Graham Wakefield
<wakefield@mat.ucsb.edu> wrote:
I can't figure out how to convert a string with represented control characters into a string with actual control characters.
The unescape_string() function there does it, and passes the Lua test suite:
-- Fabien.