The program will automatically word wrap at 80 characters, and most files look fine with that limitation. I did it that way for a few reasons, one being that massive lines that aren't broken up by return characters will still wrap at a set length. 80 characters seemed like a good limit since most text files do not exceed that, for ones that do however, you'll see that problem occur :/
Yes I understand that, but the problem here is that the original FAQ is exactly 80 characters long, but still the last 2 or 3 get cut off, thus giving you the undesired result of the last word carry over to the next line.
And the worst is that there is some blank space on the far right suggesting that there is room for the final two characters but for some reason it wreps too soon.
The example I showed before, is in fact exactly 80 columns long, here's what it should look like, and you can count it :
Code:
ÂÂÂÂÂÂÂÂÂÂ|\/|
ÂÂÂÂ /`._ |ÂÂ| _.'\
====/ÂÂÂÂÂÂÂÂÂÂÂÂÂÂ\===========================================================
ÂÂ /ÂÂÂÂÂÂ 1ÂÂÂÂÂÂÂÂ\ÂÂIntroductionÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ [itro]
==/ .-.ÂÂÂÂÂÂÂÂÂÂ.-. \=========================================================
ÂÂ|/ÂÂ \.-.ÂÂ.-./ÂÂ \|
ÂÂÂÂÂÂÂÂÂÂ \/
but that's what you get :
Code:
ÂÂÂÂÂÂÂÂÂÂ|\/|
ÂÂÂÂ /`._ |ÂÂ| _.'\
====/ÂÂÂÂÂÂÂÂÂÂÂÂ
\===========================================================
ÂÂ /ÂÂÂÂÂÂ 1ÂÂÂÂÂÂÂÂ\ÂÂIntroductionÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ [itro]
==/ .-.ÂÂÂÂÂÂÂÂÂÂ.-.
\=========================================================
ÂÂ|/ÂÂ \.-.ÂÂ.-./ÂÂ \|
ÂÂÂÂÂÂÂÂÂÂ \/
Actually by trying to recreate the odd behavior , while I was typing this I accidentally discovered that TextDS occasionally mistakes some of the symbols as return characters.
Case in question "====/ \====" gets interpreted as a return character at " \====", so you get this :
====/
\====
Not only that, but also regular characters get mistaken for return character I believe as shown :
CODEAbout This Guide
----------------
2009 has been a busy year for me in terms of college, work, and guides. I'm a
pretty avid gamer; it's probably my biggest hobby outside of writing. There areÂÂÂÂÂÂÂÂÂÂÂÂ