[Xapian-discuss] German Danish Russian

Olly Betts olly at survex.com
Wed Sep 2 01:23:24 BST 2009


On Tue, Sep 01, 2009 at 06:58:47PM +0300, win 32 wrote:
> Hello,I searched the mailing list but all the language problems seemed to
> disapper with UTF-8 support in Xapian 1.0. Still I can't figure it out, I'm
> under Windows XP, CSharp and .NET framework 3.5

Unicode support for the C# bindings has been tested and is known to
work with Mono, but whether it works with Microsoft's implementation is
an open question:

http://xapian.org/docs/bindings/csharp/

It sounds like it doesn't work out of the box currently.

But it's probably just a matter of working out how the conversions on
string parameters and string return values need to be and it will all
suddenly work.

> I wrote my own indexer that doesn't split those words but saves them with
> AddPosting method, still when they are read from the database there are '?'
> (question signs) in places of 'ß' / 'æ' and o in place of ö / ø.

It's unclear from this if the problem is passing strings to Xapian, or
returning strings from Xapian (or both).

Can you look at the database with the "delve" utility to see what terms
actually get added?

Cheers,
    Olly



More information about the Xapian-discuss mailing list