On Thu, 30 Nov 2000, Thomas Briggs wrote:

> 
> > In addition CJK support is only available on the Unix builds. We need more
> > Windows developers with the skills needed to port these two very useful
> > features.
> 
>    Now, I'm not volunteering to do the work, but please enlighten me (us):
> what needs to be done to add CJK support for Win32?  I admit that I didn't
> read every message on that topic in detail, but I was under the impression
> that most of the CJK work was xp.

 First, a subclass of XAP_EncodingManager should be written (its task is to
return correct languages ISO code (such as "en"), territory code such as "US"
and charset name (such as "ISO-8859-1"). glib in CVS has the code to do this
AFAIR, and also tables in xap_EncodingManager.cpp can help with this.

 After that 2 things remain:
* input of text (just get unicode value of the symbol typed and insert
        into the doc)
* measuring width/drawing

 It seems that's all that is needed. (If there are no picularities
wrt
handling of CJK under Win*).

>    -T
> 
> 

 Best regards,
  -Vlad




Reply via email to