Re: Re: content encoding etc. (rewritten)
Reinke Bonte <[email protected]> Wed, 19 May 2004 15:12:22 +0900
| Newsgroups | gmane.mail.sqwebmail |
|---|---|
| Organization | First Choice Internet Ltd. |
| Message-ID | <[email protected]> |
> > East Asian languages don't use spaces so you can wrap after almost
> > any character (there are defined exceptions, which are different per
> > language).
>
> I wonder if there's a convenient table on unicode.org that identifies
> the characters involved.
>
This document is pretty exhaustive on that topic (and include c sample
code for line wrapping):
http://www.unicode.org/reports/tr14/index.html
As an example:
OpenOffice suggest these characters as non-line-starters in Japanese
!%),.:;?]}
_______________
And these characters as non-line-enders
$([{
Reinke