Problème d'encodage à la génération CDM
Si la génération CDM pose des problèmes d'encodage de caractère, il convient d'éditer le fichier webpages/media/stylesheets/fr/unire/portal/channels/fun/csof/cdm/xhtml2cdm.xsl pour remplacer :
<xsl:output method="xml" encoding="ISO-8859-1" omit-xml-declaration="yes" indent="no" />
par
<xsl:output method="xml" encoding="UTF-8" omit-xml-declaration="yes" indent="no" />