
May 2nd, 2000, 04:13 AM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
What is the best way to get plain text wrapped to a specific line width? I have a file with content-type specified to "text/plain" (it's an email message) and I'd need to wrap it to 72 characters (or whatever) per line for on-screen previewing. It's easy to cut lines after every 72nd character, but I wouldn't like to cut in the middle of the words...
Thanks for your help!
|