Following code contains japanese string that is assigned to variable
$str.
code
=============
<?php
$str = "ãããããããã";
?>
=========
When i am executing above program it gives me error as following.
Parse error: parse error, unexpected $ in
/var/www/html/bhavin/mohla1.2.Â2/b.php on line 3

Do anybody have solution for the above problem.
How can i assign above japanese string(ãããããããã) to
variable without error.

Thank You
bhawin13
-- 
ïããããããããï

--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to