[PHP-I18N] Jstring does'nt seemed to be working,,,
by Tatsuro Nakagawa other posts by this author
Mar 28 2001 6:26AM messages near this date
[PHP-I18N] FREE LEADS FOR OUR GROUP!!
|
Re: [PHP-I18N] Jstring does'nt seemed to be working,,,
Hi.
I've installed a module named...
php-4.0RC2_jstring-1.0.tar.gz
and an instalation seemed prety good, with no errros.
BUT, it doesn't work!
An error like this shows on my browser:
-- ERROR MES --
Warning: Unable to load dynamic library './jstring.so' - ./jstring.so: cannot open shared ob
ject file: No such file or directory in /home/d2/bbs/test.php on line 2
Fatal error: Call to undefined function: jstr_convert_kana() in /home/d2/bbs/test.php on lin
e 4
-- ERROR MES END--
-- SCRIPT --
<?
dl("jstring.so");
echo jstr_convert_kana("$B#A#B#C(B", "r");
?>
-- SCRIPT END --
Some multi-byte code in an input.. an output should be "ABC".
Where should I look for this kind of an error?
Thanks for helping, in forward.
--
Tatsuro Nakagawa
tatsuro_nakagawa@[...].jp
--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-i18n-unsubscribe@[...].net
For additional commands, e-mail: php-i18n-help@[...].net
To contact the list administrators, e-mail: php-list-admin@lists.php.net
Thread:
Tatsuro Nakagawa
Yasuo Ohgaki
|