ID:               41760
 Updated by:       [EMAIL PROTECTED]
 Reported By:      a_suhbold at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows
 PHP Version:      4.4.7
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

.


Previous Comments:
------------------------------------------------------------------------

[2007-06-21 12:23:51] a_suhbold at yahoo dot com

I have faced a problem.

i have created the following 2 php files.

1. index.php (i have saved as UTF-08 in notepad coz i want to display
cyrillic symbols)

<?
........
echo "hello<br>".
echo "Çäðàâñòâóéòå means hello in Russian language<br>";
require("test.php");
........
?>

2. test.php (i have saved as UTF-08 in notepad coz i want to display
cyrillic symbols)

<?
........
echo "Ñîþç â ïîääåðæêó íàðîäíîãî äâèæåíèÿ<br>";
........
?>

-------------------------------------------
output:
hello
Çäðàâñòâóéòå means hello in Russian language
Ñîþç â ïîääåðæêó íàðîäíîãî äâèæåíèÿ

 is the unknown string
How can i remove the unknown string when i am using unicode.
-------------------------------------------

thx

Sukhee

------------------------------------------------------------------------

[2007-06-21 12:23:08] a_suhbold at yahoo dot com

Description:
------------
I have faced a problem.

i have created the following 2 php files.

1. index.php (i have saved as UTF-08 in notepad coz i want to display
cyrillic symbols)

<?
........
echo "hello<br>".
echo "Çäðàâñòâóéòå means hello in Russian language<br>";
require("test.php");
........
?>

2. test.php (i have saved as UTF-08 in notepad coz i want to display
cyrillic symbols)

<?
........
echo "Ñîþç â ïîääåðæêó íàðîäíîãî äâèæåíèÿ<br>";
........
?>

-------------------------------------------
output:
hello
Çäðàâñòâóéòå means hello in Russian language
Ñîþç â ïîääåðæêó íàðîäíîãî äâèæåíèÿ

 is the unknown string
How can i remove the unknown string when i am using unicode.
-------------------------------------------

thx

Sukhee




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41760&edit=1

Reply via email to