[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Re: Parse error in docbook stuff
From:       Chusslove Illich <caslav.ilic () gmx ! net>
Date:       2008-12-25 12:25:05
Message-ID: 200812251325.05649.caslav.ilic () gmx ! net
[Download RAW message or body]


> [: Frederik Schwarzer :]
> /home/compiler/kde/share/apps/ksgmltools2/docbook/xsl/common/et.xml:183: parser \
> error : attributes construct error [...]
> Is it possible that the "õ" breaks things?

Indeed. The encoding of that file is declared as ASCII in the header:

  <?xml version="1.0" encoding="US-ASCII"?>

so one cannot use non-ASCII characters. All other non-ASCIIs in that file,
before this recent commit, were encoded numerically as &#xxxx;. The solution
is to either encode these new strings like that too, or to change encoding
in the header to UTF-8 (numerically encoded characters can remain
regardless). I'd go with UTF-8 if not for the slight ugliness of having both
numerically encoded and live characters in the same file...

> I also get many warning about my locale settings (for the first time):
> No "en" localization exists.
> [...]
> Might that be related?

Apparently. I had the same problem now that I tried to compile, and when I
changed the encoding to UTF-8 in the Estonian customization file, everything
worked again.

-- 
Chusslove Illich (Часлав Илић)
Serbian KDE translation team


["signature.asc" (application/pgp-signature)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic