Thank you for the response.
Unfortunately it does not work even after changing encoding to UTF-16:
<?xml version="1.0" encoding="UTF-16"?>
<book>
<doc xml:lang="ru">
ÐÐÐÐÑÐ
</doc>
<doc xml:lang="fr">
pÃte et dÃsignation
</doc>
</book>
Is it possible to store such document under Xindice without transformations to
"?" signs?
Thank you.
Roman
redpineseed wrote:
> > Is it possible to store international content for several languages in
> > one document under Xindice?
>
> It works fine for just storing with UTF-8. but when you search for muiltibye
> language such as chinese, you need Unicode (16).
>
> redpineseed