php-i18n Digest 17 Mar 2005 09:39:28 -0000 Issue 277
Topics (messages 844 through 844):
assign japanese string to variable
844 by: ばヴぃん ぱてる
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
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
--
ïããããããããï
--- End Message ---