The problem is with PHP and how it handles multi-byte strings. A good overview can be found at http://www.phpwact.org/php/i18n/charsets
Hopefully PHP 6 will end all this grief. --- In [email protected], "Daniel Freiman" <freima...@...> wrote: > > I'm transmitting Strings from php to Flex. The values are correct before I > send them to Flex (I've traced them), but Flex isn't interpreting them > properly (I get that square thing, or two incorrect characters). I've tried > various encoding/decoding schemes (urlencode, etc) but none of them have > worked. So far I've only tried alphanumeric characters and the "trademark" > and "registered" symbols. The "trademark" is the only one that isn't > working. > Anyone have any idea how to fix this? > > - Daniel Freiman >

