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: "J.Jørgen von Bargen" <jjvb.primus@...>
- Date: 2010年6月05日 22:25:23 +0200
Am 05.06.2010 20:43, schrieb Jonathan Castello:
... And the solution posted by Luiz
can't handle \nnn (octal escape) ...
Just to correct this misunderstanding; in Lua \nnn are decimal escapes,
not octal!
(Yes, it took some time for me too to get used to that)
Regards