2 Jan
2003
2 Jan
'03
8:31 p.m.
On Thu, 2003-01-02 at 19:31, Sebastian Geerken wrote:
What I need is rather a function
char *nl_langinfo(nl_item *item, char *locale);
since the locale is set in the HTML document, not by the user (e.g. if a german user reads an english web page). Perhaps a temporary setlocale() may work.
Surely the HTML document gives you the encoding directly, not a locale string? Can you give a slightly more concrete description of what it is you're trying to do? p.