RE: [Phpgedview-talk] Gedcom
Brought to you by:
canajun2eh,
yalnifj
From: John F. <Joh...@by...> - 2004-05-26 18:35:56
|
Take a look at the PHP manual about this function here: http://us3.php.net/manual/en/function.utf8-encode.php and http://us3.php.net/manual/en/ref.xml.php Here is a clipping from the above web pages. --- START CLIPPING --- Installation These functions are enabled by default, using the bundled expat library. You can disable XML support with --disable-xml. If you compile PHP as a module for Apache 1.3.9 or later, PHP will automatically use the bundled expat library from Apache. In order you don't want to use the bundled expat library configure PHP --with-expat-dir=3DDIR, where DIR should = point to the base installation directory of expat.=20 The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions. --- END CLIPPING --- You will probably either need to recompile PHP or upgrade to a newer version of PHP. =20 You can skip the option to convert your gedcom to UTF-8 though, by converting it manually before uploading it. You can use the windows notepad to do this. Open your ged file in notepad and then choose the save as option and select UTF-8 as the encoding. Also change the 1 CHAR ANSI line in your gedcom file to 1 CHAR UTF-8 --John -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Laurent Protois Sent: Wednesday, May 26, 2004 7:51 AM To: php...@li... Subject: Re: [Phpgedview-talk] Gedcom thanks for all, upload_max_filesize solve my gedcom size problem, but now comes another ;-) i install php-iconv and php-decode package and still crash with : Fatal error: Call to undefined function: utf8_encode() in /usr/local/www/phpGedView/functions_tools.php on line 233 when i try to convert an ANSEL(ANSI) gedcom into UTF-8. where is that function, please : utf8_encode() Laurent ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick _______________________________________________ Phpgedview-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpgedview-talk |