PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Crypt » Bug #4409

also chars dont implements

Details

Submitted2005-05-23 07:30 UTC
Fromalt2k4 at yandex dot ru
Assignedcweiske
StatusClosed
PackageHTML_Crypt
PHP Version4.3.10
OSWinXP SP1
Roadmaps(Not assigned)

Comments

[2005-05-23 07:30 UTC] alt2k4 at yandex dot ru

Description:
------------
Simply. HTML_CRYPT dont implement "y","x"(maybe anything else) correctly.

Reproduce code:
---------------
$c = new HTML_Crypt('alt2k4@yandex.ru', 8);
$c->addMailTo();
$c->output();

OR ORIGINAL

$c = new HTML_Crypt('yourname@emailaddress.com', 8);
$c->addMailTo();
$c->output();

Expected result:
----------------
altk4@yandex.ru

yourname@emailaddress.com

Actual result:
--------------
alt2k4@ϺandeϺ.ru
Ϻourname@emailaddress.com