After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 628242 - Non-UTF8 encoded HTML files in Spanish
Non-UTF8 encoded HTML files in Spanish
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.7.1
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-08-29 10:24 UTC by Carlos Jenkins
Modified: 2010-10-09 08:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carlos Jenkins 2010-08-29 10:24:16 UTC
Hi. 

When Doxyfile is configured as:

OUTPUT_LANGUAGE = Spanish

The generated HTML files are encoded in ISO-8859-1

When Doxyfile is configured as:

OUTPUT_LANGUAGE = English

The generated HTML files are encoded in UTF-8

Is this the normal behaviour? I would expect that the encoding of the generated HTML files for all languages would be UTF-8.

I can recode everything to UTF-8 with a batch 'recode' command, but the input documentation strings (already in UTF-8) get broken. So, right now, I'm generating the documentation (input files written in Spanish) with the option OUTPUT_LANGUAGE = English

Cheers
Comment 1 Dimitri van Heesch 2010-08-29 12:08:46 UTC
It's a bug. Should already be fixed in the latest subversion snapshot.
Comment 2 Carlos Jenkins 2010-08-29 12:24:06 UTC
(In reply to comment #1)
> It's a bug. Should already be fixed in the latest subversion snapshot.

Thanks for the quick response. I'll test the new version when it get packaged to Debian.

Cheers.
Comment 3 Dimitri van Heesch 2010-10-09 08:19:37 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.2. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.