[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [StrongED] Re: S & R query
In message <56b7c376fbLists@xxxxxxxxxxx>
"Richard Torrens (lists)" <Lists@xxxxxxxxxxx> wrote:
> White = '\t\x0A ' - so includes \t and $
>
> But that definition I think is wrong as $ depends on the NewLine type.
>
> Comments please Fred!
Predefined sets make use of the character property tables provided by
the Territory manager. In the UK territory the white space characters
are:
\x09 tab
\x0a line feed
\x0b vertical tab
\x0c form feed
\x0d carriage return
\x20 space
\xa0 hard space
Note that White does not check the newline type of the text. It simply
matches the above list of character codes.
Cheers,
Fred.
--
StrongED Developer
http://www.stronged.iconbar.com/
--
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxx
List archives and instructions at
http://diy.Torrens.org/RO/StrongED/index.html