rawtostring()
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: rawtostring()
- From: "Adam D. Moss" <adam@...>
- Date: 2004年10月18日 21:03:06 +0100
Hi!
Just thought I'd bump the idea of a rawtostring() as
a possibility for lua5.1. One of the esteemed Lua
authors (sorry, I forget who!) posted a fairly trivial
patch for lua5.0 which adds a parameter to tostring()
for this purpose, and it has served me well (and more
reliably than my own in-lua hack for this).
Thanks,
--Adam