Date: 04/14/01
- Next message: CVS Account Request: "[PHP-DEV] CVS Account Request"
- Previous message: nikamir <email protected>: "[PHP-DEV] Bug #10327: "urldecode" decodes url-encoded cyrillic strings incorrectly."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10327
User Update by: nikamir <email protected>
Status: Open
Bug Type: *URL Functions
Description: "urldecode" decodes url-encoded cyrillic strings incorrectly.
Sorry!
dump of phpinfo() function is here:
http://www.77rus.ru/a.php
Previous Comments:
---------------------------------------------------------------------------
[2001-04-14 13:52:23] nikamir <email protected>
<?php
//Write encoding
echo "Src: ".urlencode("Запись успешно изменена")."<br>n";
//Wrong decoding
echo "Src-Dst: ".urldecode(urlencode("Запись успешно изменена"))."<br>n";
//Write encoding of wrong decoding. See the difference!!!
echo "Src-Dst-Src: ".urlencode(urldecode(urlencode("Запись успешно изменена")))."<br>n";
?>
'./configure' '--without-x' '--enable-track-vars' '--with-apache=../apache_1.3.14rusPL30.0' '--with-mod_charset' '--with-gd' '--enable-ftp' '--with-mysql=/usr/local' '--with-pcre-regex'
Here you can see dump of phpinfo() function in our
system.
http://www.77rus.ru/manager/questions/a.php
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=10327
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: CVS Account Request: "[PHP-DEV] CVS Account Request"
- Previous message: nikamir <email protected>: "[PHP-DEV] Bug #10327: "urldecode" decodes url-encoded cyrillic strings incorrectly."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

