aspell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [aspell-devel] Spellchecking Indian language documents


From: Kevin Atkinson
Subject: Re: [aspell-devel] Spellchecking Indian language documents
Date: Thu, 11 Aug 2005 03:47:03 -0600 (MDT)

On Thu, 11 Aug 2005, Gora Mohanty wrote:

> Hi,
>   As I still cannot find a front-end that supports
> aspell 0.6, and displays Indic characters correctly,
> I started writing a Python front-end, using Pango to
> display Indian language text.
>   The initial tests in grafting a Python interface
> to the C API using SWIG look good. However, I am
> confused about something simple in spellchecking 
> Oriya text. When using aspell_speller_check() from
> the C API, it seems that aspell does not automatically
> convert from UTF-8 to its internal format for Oriya
> (encoding u-orya), but leaves that up to the caller.
> Could someone confirm that this is indeed the case?

You need to make sure that the encoding is set to "utf-8".

Use: aspell_config_replace(..., "encoding", "utf-8")



-- 
http://kevin.atkinson.dhs.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]