php3-list | 199807
Date: 07/21/98
- Next message: brian moore: "Re: [PHP3] Safemode ?"
- Previous message: Zeev Suraski: "Re: [PHP3] PHP with Zeus?"
- In reply to: chuck hagenbuch: "[PHP3] textwrapping"
- Next in thread: Richard Lynch: "Re: [PHP3] textwrapping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>Right now I'm using fmt (from gnu textutils) to wrap mails at 80 columns. I
>found the following code at one of the php code archives:
For what it's worth, you might consider wrapping at a different
width. 80 columns is an artifact of the maximum width of old
terminals. As it happens, the eye begins losing track of lines
at about 60 characters (3 grabs of ~20 characters), so going
beyond about 65 characters is contraindicated if readability
matters.
In addition, there are several things that happen to text
(the >>s for quoting, as one example) that will make lines
wider, so, again, keeping your wrap within the boundaries
of reasonable readability can have other benefits.
ari
Ari Davidow
ari <email protected>
http://www.ivritype.com/
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: brian moore: "Re: [PHP3] Safemode ?"
- Previous message: Zeev Suraski: "Re: [PHP3] PHP with Zeus?"
- In reply to: chuck hagenbuch: "[PHP3] textwrapping"
- Next in thread: Richard Lynch: "Re: [PHP3] textwrapping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

