ID:               30333
 Updated by:       [EMAIL PROTECTED]
 Reported By:      altuhov at nm dot ru
 Status:           Feedback
 Bug Type:         Filesystem function related
 Operating System: WinXP SP2
 PHP Version:      5.0.2
 New Comment:

Btw, your example works perfectly for me (PHP 4.3.10-dev, 5.0.3-dev,
5.1-dev, Linux, locale ru_RU.koi8r).


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

[2004-10-06 08:54:36] [EMAIL PROTECTED]

This example is useles, as we don't know which encoding you are using.
Please put this script in a zip file and provide the link to it in this
bugreport.

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

[2004-10-06 05:05:56] altuhov at nm dot ru

Description:
------------
Functions fscanf() and sscanf() is not working correctly with other
then English language in the handle.

In my example was used Russian language.

Reproduce code:
---------------
<?php 
$cont="Проверка Тестирую ОдинДваТри";
// get author info and generate DocBook entry 
$n = sscanf($cont,"%s %s %s"); 
print_r($n);
?>

Expected result:
----------------
Array ( [0] => Проверка [1] => Тестирую [2] => ОдинДваТри )

Actual result:
--------------
Array ( [0] => Пр [1] => вер [2] => а )


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


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

Reply via email to