[PHP] I18n problems: Working with double-byte languages

2002-01-14 Thread Junior, Ricardo
Hi people ! I have a query regarding double-byte languages on PHP. I need to sort a index localized from English to Korean. My idea is: * get the Korean strings from file; * convert them to UTF8; * insert them in a Oracle database set to work with UTF8; * set "NLS_LANG"

RE: [PHP] Session troubles

2002-01-03 Thread Junior, Ricardo
27;s problem is that he's using "return false" in his > session read function. The session read function should > return a blank value ('') and not false when there's no data. > This was never clear in the documentation (and complaint I > made) but i

RE: [PHP] Session troubles

2002-01-03 Thread Junior, Ricardo
using 4.1.1 or 4.0.6? Jaime -Original Message- From: Junior, Ricardo [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 9:34 AM To: 'Jaime Bozza'; [EMAIL PROTECTED] Subject: RE: [PHP] Session troubles Ok Jaime. I've imagine that he had the same problem th

RE: [PHP] Session troubles

2002-01-03 Thread Junior, Ricardo
ing over to using ('') instead of (false), I no longer had problems. Jaime Bozza -Original Message- From: Junior, Ricardo [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 8:52 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Session troubles Hi Sean ! I had the same p

RE: [PHP] Session troubles

2002-01-03 Thread Junior, Ricardo
Hi Sean ! I had the same problem... this can be resolved using the function "session_write_close()" at the end of each script you use sessions. It will force PHP to call the write and close function. In some combinations of PHP version, Apache and OS, this problem doesn't happens, but as you, I

RE: [PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Junior, Ricardo
EMAIL PROTECTED] www.bowneglobal.com.br -Original Message- From: Junior, Ricardo [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 10:48 AM To: '[EMAIL PROTECTED]' Subject:[PHP] LIBXML- Auto-Indent - How do it? Hi All, I would like to know if there is any way

[PHP] LIBXML- Auto-Indent - How do it?

2001-12-17 Thread Junior, Ricardo
Hi All, I would like to know if there is any way to auto-indent the XML file when I add a new node in a docxml object and export the string of the created XML file with dumpmem() function... For example: $new = new_xmldoc("1.0"); $root = $new->add_root("ROOT"); $level1 = $root->new_child("LEVEL-1