On Sun, Feb 11, 2001 at 10:59:57PM +0900, Miyata Shigeru wrote:
> <[EMAIL PROTECTED]> wrote:
>
> > Attached is my recent attempt of CJK-LyX patch againt lyx-1.1.6. It is
> > very incomplete, especially in the "lyxfont::width" part in "font.C". I
> > hope you have time to examine the codes and give me any resolution, hints,
> > or comments.
>
> to run an old CJK-lyx. And IMHO it is better for you to spare more time
> to the integration of CJK support in the official lyx development rather
> than to maintain the unofficial patch.
I agree. The first step for the integration of CJK support is to change the
internal text representation to UCS-4 (namely change LyXParagraph::value_type
to wchar), and change the encoding of LyX files to UTF-8.
Support for CJK latex, and for CJK IM will be added at later steps.
Are you interested in helping me do it ? (in fact, I don't have much time
right now, so you might need to do most of the work).