ID: 46361
Updated by: [email protected]
Reported By: s dot le_ray+phpbugs at eutech-ssii dot com
-Status: Open
+Status: Bogus
Bug Type: Feature/Change Request
Operating System: Linux
PHP Version: 5.2.6
New Comment:
Please report bugs and feature requests in PECL.
Previous Comments:
------------------------------------------------------------------------
[2008-10-22 08:36:43] s dot le_ray+phpbugs at eutech-ssii dot com
Description:
------------
When using any text output function (ncurses_addstr, ncurses_mvwaddstr)
with non ascii chars (é, , è, etc.) it fails and output string like
"M-CM-)"?.
Reproduce code:
---------------
<?php
ncurses_init();
ncurses_addstr("éééééééééé");
ncurses_refresh();
ncurses_getch();
ncurses_end();
Expected result:
----------------
an empty screen with éééééééééé on the top left
Actual result:
--------------
an empty screen with
M-CM-)M-CM-)M-CM-)M-CM-)M-CM-)M-CM-)M-CM-)M-CM-)M-CM-)M-CM-) on the top
left
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=46361&edit=1