|
From: Neil R. <ne...@oc...> - 2007-04-18 02:33:36
|
On Apr 10, olivier Thereaux (ot...@zo...) wrote:
> Hi Neil, thank you for your answer.
>=20
> On Mar 20, 2007, at 10:39 , Neil Roeth wrote:
>=20
> > On Mar 14, olivier Thereaux (ot...@zo...) wrote:
> >> Q4) Is the debian package for opensp localized? It seems not. Nei=
l,
> >> can you confirm?
> >
> > Looks to be:
> >
> > $ export LANG=3Dgerman
> > $ onsgmls -gues testlocale.sgml
> > onsgmls:testlocale.sgml:15:14:E: Endtag f=FCr Element "COPYRIGH", =
=20
> > welches nicht offen ist
>=20
> Hmm, doesn't work for me on debian sid.
>=20
> $ export LANG=3Dgerman
> $ onsgmls -gues index.html
> onsgmls:index.html:12:72:E: character data is not allowed here
> onsgmls:index.html:12:72: open elements: HTML HEAD[1] (TITLE[1])
> $ date
> Tue Apr 10 09:22:55 JST 2007
> $ export LANG=3Dde_DE.utf8
> $ date
> Di 10. Apr 09:23:09 JST 2007
> $ onsgmls -gues index.html
> onsgmls:index.html:12:72:E: character data is not allowed here
> onsgmls:index.html:12:72: open elements: HTML HEAD[1] (TITLE[1])
> $ /usr/bin/onsgmls -gues index.html
> /usr/bin/onsgmls:index.html:12:72:E: character data is not allowed h=
ere
> /usr/bin/onsgmls:index.html:12:72: open elements: HTML HEAD[1] (TITL=
E=20
> [1])
> $ onsgmls -v
> onsgmls:I: "OpenSP" version "1.5.2"
>=20
> Is there an option to invoke onsgmls with, that could show what =20
> compilation options were used?
I don't recall such an option offhand, but here is the config command u=
sed:
./configure --prefix=3D/usr \
--enable-http --enable-shared --enable-static \
--enable-default-catalog=3D$(default-catalogs) \
--enable-default-search-path=3D$(default-sgml-path) \
--disable-dtddecl --enable-full-doc-build
What are the contents of your /etc/locale.gen file? Is there some othe=
r
variant german locale you can try? I am not too clear how the mapping =
is done
from locales on a machine to the locales OpenSP knows, so maybe some ot=
her
locale will work.
--=20
Neil Roeth
|