Merged [13650]:
commit0ed7f399eae9f2186cf928b4d60f9be0ac3394d2
authorEvan Schoenberg <evan@adiumx.com>
Mon, 26 Sep 2005 01:03:21 +0000 (26 01:03 +0000)
committerEvan Schoenberg <evan@adiumx.com>
Mon, 26 Sep 2005 01:03:21 +0000 (26 01:03 +0000)
tree5e72de611b967af0a56b6802fa2ae2ab2150fc48
parent3bb6a29bf9ded1de03569729c97d3c89feee530d
Merged [13650]:
 * Improved decoding and encoding of <HR> tags. We now use 10 en-dashes (unicode 2013) to get a continuous line instead of a series of dashes. 10 en-dashes (which can be typed with option-hyphen) will be converted to <HR>, or the raw HTML script may be used properly now. Fixes #1652
 * Removed some needless messaging to -[NSString length] when encoding HTML
 * A little code cleanup. I hate those #defines; it be nice for them all to go away in favor of actually-readable code.

git-svn-id: svn://svn.adiumx.com/adium/branches/adium-0.8@13655 1c916fce-81e2-0310-a464-8ca513f45935
Frameworks/Adium Framework/AIHTMLDecoder.m