lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Small issue on title tag, html docs


From: Francisco Vila
Subject: Small issue on title tag, html docs
Date: Wed, 1 Oct 2008 09:59:18 +0200

Hello. There might be a problem on the current build script regarding
to utf8 encoding.

http://kainhofer.com/~lilypond/Documentation/user/lilypond/index.es.html

The <title> HTML tag is composed by concatenating two different
strings, one is the main document title, and the other is the page
currently being viewed. I think two incompatible encoding schemes are
mixing here, because all the document shows utf8 accented characters
fine, but the main title contains accented characters in Spanish and
they appear as viewed as latin-1.

For example

<head>
<title>Referencia de la notación de GNU LilyPond: 1. Notación musical</title>

<meta name="description" content="Referencia de la notación de GNU
LilyPond: 1. Musical notation">
<meta name="keywords" content="Referencia de la notación de GNU
LilyPond: 1. Musical notation">

[Note the correct oacute in the title]

This would be solved by encoding all these strings as iso entities, I think.

Thanks, Good work.
-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]