Bug #9528: Fix Windows-1258 conversion
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Jan 2011 20:23:54 +0000 (13:23 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Jan 2011 20:26:04 +0000 (13:26 -0700)
commit311a4e0c459a459b49512631fd86a40f3a2468d5
tree09078b27db35573c2a9a805e80901c8332ad1f91
parent67a100e094d894016ba60133de8aac96bf5981b4
Bug #9528: Fix Windows-1258 conversion

Remove workaround for broken iconv() added here:

http://git.horde.org/co.php/framework/Util/Attic/String.php?sa=1&rt=horde&r=1.19

There's no PHP bug referenced, and I can't find any.  Adding this
extra character breaks Windows-1258 conversion.
If it was a bug in 2003, hopefully it has been fixed by now (all unit
tests pass).
framework/Util/lib/Horde/String.php
framework/Util/test/Horde/Util/StringTest.php