Posted by MW on 11/17/07 20:52
Dikkie Dik wrote:
>
> What limitations? Strings can be "absurd" long.
>
By limitations I mean that the charset is 8-bit, only 256 unique chars.
If my string has an character like the french accent "e", it can lead to
problems.
>
> If you think the assignment is the problem, have you tried what
> $ef['title'] is directly before and after the assignment?
>
$ef['title'] is empty before the assignment, and "é to the White House"
after assignment. The funny part is that if I echo both variables right
below the line where the assignment occurs, $data is "Attaché to the
White House" and $ef['title'] is "é to the White House"
MW
[Back to original message]
|