lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Jun 29, 2011 at 9:49 AM, Dirk Laurie <dpl@sun.ac.za> wrote:
> _u[["A smiley: \u263a, an en-dash: \u2013, an ellipsis: \u2026"]]
>
> returns
>
> "A smiley: ☺, an en-dash: –, an ellipsis: …"
>
> seems to make a lot more sense.

Yes, and it's possible to do it efficiently in a library. So adding it
to the language is unnecessary.

steve d.