hi,

i can store those documents too, but when i retrieve them and store them
again, all special chars are replaced by "?". So i think the problem is the
retrieving of a document.

mfg stefan

> -----Urspr�ngliche Nachricht-----
> Von: KOZLOV Roman [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 30. Mai 2002 17:20
> An: [email protected]
> Betreff: Re: non utf-8 editor or xindice bug
>
>
> Hi Stefan,
>
> I was able to store such documents (without DTD) on NT after
> saving for example
> by Notepad as Unicode text. Unfortunatelly it works only on
> appropriate system
> locale.
>
> Best regards.
> Roman
>
> Stefan Lischke wrote:
>
> > Hi,
> >
> > Does anyone know of an utf-8 compliant tool to manage xindice?
> >
> > i just tried Atrezzo/eclipse.... it looked nice and then i
> inserted an xsl
> > file with some german umlaute like ä or "�". I had the following
> > doctype definition within.
> >
> > <!DOCTYPE xsl:stylesheet [
> >         <!ENTITY nl "&#10;">
> >         <!ENTITY nbsp "&#160;">
> >         <!ENTITY auml "&#228;">
> >         <!ENTITY ouml "&#246;">
> >         <!ENTITY uuml "&#252;">
> >         <!ENTITY amp  "&#38;">
> >         ]>
> >
> > everything worked fine, it was saved and when i retrieved it all &auml;
> > where replaced by the german character "�" so i think "�" is
> part of utf-8.
> > but when i wanna save this file again. all "�" are being
> replaced by "?".
> > The doctype definition isn't in the document too after saving.
> >
> > I can't believe if xindice gives me a document, i can't save it
> again. there
> > has to be a bug. or atrezzo is non utf-8 compliant editor, but
> i saw this
> > behavior with my own editor which is working ofer xmlrpc and php.
> >
> > Please i'm so desperate, is there any bugfix for xindice or can
> anyone tell
> > me where i can fix it myself?
> >
> > mfg stefan
>

Reply via email to