This is the tracker for the Core of the Nucleus CMS-project (Nucleus CMS Website)
FS#55 — Create skinvar for _CHARSET
Attached to Project— Nucleus Core
Opened by Niels Leenheer (Rakaz) - Monday, 11 April 2005, 02:53PM
Last edited by Niels Leenheer (Rakaz) - Monday, 11 April 2005, 07:15PM
Opened by Niels Leenheer (Rakaz) - Monday, 11 April 2005, 02:53PM
Last edited by Niels Leenheer (Rakaz) - Monday, 11 April 2005, 07:15PM
| Patch | |
| Skins / Templates | |
| CLOSED | |
| Niels Leenheer | |
| All |
| Low | |
| Normal | |
| 3.2 | |
| 3.3 | |
| Undecided | |
|
|
We need a skinvar which can be used for the Atom and RSS2.0 templates.
Currently the RSS2.0 template is hardcoded to ISO-8859-1. The Atom template is hardcoded to UTF-8.
In both cases this is incorrect, because the actual content is dependant on the _CHARSET define in the current language file.
Both skins should use _CHARSET as their charset.
Currently the RSS2.0 template is hardcoded to ISO-8859-1. The Atom template is hardcoded to UTF-8.
In both cases this is incorrect, because the actual content is dependant on the _CHARSET define in the current language file.
Both skins should use _CHARSET as their charset.
Closed by Niels Leenheer (Rakaz)
Date: Monday, 11 April 2005, 07:16PM
Reason for closing: Fixed
Added a patch that will create the needed skinvar.
Added an additional patch, that changes the templates to actually use the skinvar. Both patches must be applied.