--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
> Looking at the code for esc function, for reasons I cannot recall but
> I am sure seemed extremely good at the time, esc does not do escaping
> if the second arg is <0x20. Try
How amusing.
> esc("ddd\xfen", "\xfe")
> or similar.
Yup, works fine, thanks.
