Re[2]: [PHP-DEV] unserialize() & unicode issues

2005-09-14 Thread val khokhlov
Hello Tex, Wednesday, September 14, 2005, 1:07:26 PM, you wrote: TT> Bear with me, I don't know about how PHP uses the serialized info, but if TT> your goal is to minimize the overhead for unicode data when no, now we're discussing the following issues: 1) should serialize format be port

Re[2]: [PHP-DEV] unserialize() & unicode issues

2005-09-13 Thread val khokhlov
Hello Antony, Tuesday, September 13, 2005, 12:42:57 PM, you wrote: AD> So you propose to store strings/hash keys/class names in Unicode AD> even if unicode_semantics is Off ? yes - those items that are encoded into unicode when unicode_semantics is on (afair, class names and property name

Re[2]: [PHP-DEV] unserialize() & unicode issues

2005-09-13 Thread val khokhlov
Hello Antony, Tuesday, September 13, 2005, 11:21:21 AM, you wrote: AD> Even if the class name is in Unicode, we can try to convert it to ASCII AD> and fail only in the case when we can't find its class entry in the list. I think, it's not the only way. If we don't care about bein