Additions:
commit0dd94791602ec7dc6c546bd52feccfbed6fb2ef5
authorPeter Hosey <prh@boredzo.org>
Mon, 12 Jun 2006 23:05:24 +0000 (12 23:05 +0000)
committerPeter Hosey <prh@boredzo.org>
Mon, 12 Jun 2006 23:05:24 +0000 (12 23:05 +0000)
tree540220b931412104a2eee0d85a999f269d2158a2
parent53100ffdb92c7dbe345a08bb75f6c5cbc621b848
Additions:
 * A method to represent a {{{float}}} as an {{{NSString}}}, truncating any ending zeroes in the fraction. For example, {{{2.0}}} will become {{{@"2"}}}, and 2.05 will become {{{@"2.05"}}} (not {{{@"2.050000"}}}).
 * Methods to break a string into lines. One of these accepts an object with which to separate the lines; the XHTML encoder will use this to insert br tags.

git-svn-id: svn://svn.adiumx.com/adium/trunk@16208 1c916fce-81e2-0310-a464-8ca513f45935
Frameworks/AIUtilities Framework/Source/AIStringAdditions.h
Frameworks/AIUtilities Framework/Source/AIStringAdditions.m