Nucleus Core

Login!
Register as a new userLost password?

for Project:

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
Patch
Skins / Templates
CLOSED
Niels Leenheer
All
Low
Normal
3.2
3.3
Undecided
100%
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.   patch-skin-charset.txt   patch-skin-charset-2.txt
This task depends upon

View Dependency Graph
 
This task blocks these from closing
FS#14 - Full UTF-8 support
Closed by  Niels Leenheer (Rakaz)
Date:  Monday, 11 April 2005, 07:16PM
Reason for closing:  Fixed
Comment by Niels Leenheer (Rakaz) - Monday, 11 April 2005, 03:42PM

Added a patch that will create the needed skinvar.


Comment by Niels Leenheer (Rakaz) - Monday, 11 April 2005, 05:15PM

Added an additional patch, that changes the templates to actually use the skinvar. Both patches must be applied.