? Success

User tests: Successful: Unsuccessful:

avatar infograf768
infograf768
22 Oct 2016

When using the helpsites dropdown in Global Configuration (without refresh! as we have the same issue on the server) there is an encoding mismatch as the file is ISO while the word Français was copied from utf8.

@rdeutz

Please merge in 3.6.4 and Use this file to replace directly on the server

avatar infograf768 infograf768 - open - 22 Oct 2016
avatar infograf768 infograf768 - change - 22 Oct 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 22 Oct 2016
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 22 Oct 2016
Category Administration
avatar infograf768
infograf768 - comment - 22 Oct 2016

@rdeutz
When I tried to correct the file on joomlaupgrade repo, I got

We've detected the file encoding as ISO-8859-1. When you commit changes we will transcode it to UTF-8.
Therefore it is very important to directly ftp this file.

avatar infograf768 infograf768 - change - 22 Oct 2016
Title
Incoding issue with hepsite.xml
Encoding issue with hepsite.xml
avatar infograf768 infograf768 - edited - 22 Oct 2016
avatar infograf768
infograf768 - comment - 22 Oct 2016

Another solution is to make the file fully utf8 instead of iso

<?xml version="1.0" encoding="utf-8"?>
<joshelp>
    <sites>
        <site tag="en-GB" url="https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&amp;lang={langcode}">English (GB) - Joomla help wiki</site>
        <site tag="fr-FR" url="https://help.joomla.fr/index.php?option=com_help&amp;keyref=Help{major}{minor}:{keyref}">Français (FR) - Aide de Joomla!</site>
    </sites>
</joshelp>
avatar infograf768
infograf768 - comment - 22 Oct 2016

Closing. It is better and less prone to future error to just chnage the file to utf8 and same for the server. On it now.

avatar infograf768 infograf768 - change - 22 Oct 2016
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-10-22 09:46:59
Closed_By infograf768
avatar infograf768 infograf768 - close - 22 Oct 2016
avatar infograf768
infograf768 - comment - 22 Oct 2016

replaced by
#12507 as utf8 is the less prone to problems

Add a Comment

Login with GitHub to post a comment