Subject:
|
Re: quoted-printable support
|
Newsgroups:
|
lugnet.admin.nntp
|
Date:
|
Wed, 21 May 2003 23:19:08 GMT
|
Viewed:
|
3064 times
|
| |
| |
In lugnet.admin.nntp, Frank Filz writes:
> > Long lines are broken at 80
> > columns except when matching one of the following conditions:
> >
> > * tabular or columnar data: /\S\t/ or /\S\040{3,}/
> > * numerical data: /(-?[0-9\.]+ ){6,}/
>
> Does this also prevent breaking of URLs?
Correct -- it never breaks a URL, even if it's 300 characters long or more.
It may still break the *line* the URL appears on (and this is why I didn't
list this in the conditions above) but it will never break the URL itself.
The line-breaking algorithm *only* breaks lines at a space character (ASCII
32 or \040) and simply thinks of URLs as really long words.
--Todd
|
|
Message is in Reply To:
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|