[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unicode support in Lua
- From: Peter Odding <xolox@...>
- Date: Tue, 27 May 2008 17:57:02 +0200
On Mon, 2008-05-26 at 23:48 +0200, troels knak-nielsen wrote:
> That would be <meta http-equiv="Content-Type" content="text/html;
> charset=utf-8" />
Excuse me for not verifying this before I send my reply and thanks for
the correction, troels knak-nielsen.
> Note that a <meta http-equiv ...> tag is _only_ used if the web server
> does not send a corresponding header. It is mostly relevant if you
> save the file to disk and open it in the browser from there, since
> there will then be no web-server to send the headers.
Though this makes sense I didn't know, so thanks for informing me ;)
- Peter Odding