Re: [SMARTY-DEV] small "bug" in html_select_date
[email protected] (messju mohr) Tue, 13 Feb 2007 11:28:14 +0100
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 13, 2007 at 10:52:56AM +0100, till wrote: [...] > A "patch" to fix it: > http://www.lagged.de/oss/smarty/function.html_select_date.php.patch this is bogus. if your locale uses utf-8 you get "März" as result, since htmlentities stupidly expects it's input to be latin-1. [...]