Hi,

First, let's wait for some korean file to commit.

Summary for switching fr language to UTF-8 :

1. Replace all occurrences of "ISO-8859-1" by "UTF-8" in following files :
manual/style/manual.fr.xsl
manual/style/xsl/util/designations.xml (only for fr line)
manual/style/lang/fr.xml

2. Replace all occurrences of "html.fr" by "html.fr.utf8" in following files :

manual/style/xsl/util/designations.xml
manual/style/lang-targets.xml
manual/style/lang/fr.xml

3. Rename all *.html.fr files to *.html.fr.utf8 through "svn mv ..." command then rebuild (am I right, André ?)

4. Change svnmailer:content-charset property of manual/ through this command :

svn pe svnmailer:UTF-8 manual

(am I still right, André ?)



Le 25/02/2019 à 21:23, André Malo a écrit :
William A Rowe Jr wrote:
On Mon, Feb 25, 2019 at 11:11 AM André Malo <n...@perlig.de> wrote:
In this case it might be wise to script it and do all those things at
the same time:
- change svnmailer config (somewhere in the svn properties)
- possibly change the httpd.conf, but I think, we're good there
Correct, neither of the above should be needed, when the output
file is named .utf8 and we already correctly process the individual
language tags before processing the charset (including for svnmailer,
I would hope!)
The svnmailer is pretty much agnostic when it comes to extensions. Just looked
up the config and here's the one for the main manual files:

$ svn pg svnmailer:content-charset manual/
# charsets to recognize by the svnmailer

# Korean
*.xml.ko = euc-kr
*.html.ko.euc-kr = euc-kr
[...]

If you look at the full output, there is, however, potential for simplifcation
:-)

The language files are special, they're configured individually:

$ svn pg svnmailer:content-charset manual/style/lang/*.xml
[...]
manual/style/lang/ko.xml - euc-kr
[...]

Cheers,
nd

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to