In a message dated 6/27/2003 5:23:34 PM Pacific Daylight Time,
[EMAIL PROTECTED] writes:
>I think the right thing to do is to change your layout engine to support Mozilla have an Unicde base line breaker which can be easily port to
other enivronment. ICU also have a line breaker which is very close to the line
breaker interface in Java.
Those line breaker tell the app where (in the of character buffer
offset) is the line break opportunity, the app then call the os to find out the
length of the window and the length of the text and see it want to break in there
or break in the next opportunity. It basically replace the operation of "find
me the next space character " in the westen only based layout.
The gecko based line breaker interface is on
The implementation is on
(based on Japanese layout standard)
>google implement very good Chinese search. Maybe you should look at how they do >the search job. Again, I think it's overkill for Sword. Greetings, Christian |
- Re: [sword-devel] Chinese "words" YTang0648
- Re: [sword-devel] Chinese "words" Troy A. Griffitts
- Re: [sword-devel] Chinese "words" Christian Renz
- Re: [sword-devel] Chinese "words" Troy A. Griffitts
- Re: [sword-devel] Chinese "words" YTang0648
- Re: [sword-devel] Chinese "words" YTang0648
- Re: [sword-devel] Chinese "words" Daniel Glassey