Re: Why I can't use escape character in a string ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Why I can't use escape character in a string ?
- From: Hisham <h@...>
- Date: 2017年2月10日 18:51:40 -0200
On 10 February 2017 at 14:46, Laurent FAILLIE <l_faillie@yahoo.com> wrote:
> 27円 is working, thanks :)
> (I thought it was octal code ... but it wasn't).
>
> Anyway, hexa notation not working for me.
Are you using Lua 5.1? According to the manuals, hex notation with \x
was introduced in Lua 5.2.
-- Hisham