ID:               19300
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
-Bug Type:         Feature/Change Request
+Bug Type:         mbstring related
 Operating System: all
 PHP Version:      4.2.3


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

[2002-09-09 01:26:31] [EMAIL PROTECTED]

page1.htm :
========================
<form method="POST" action="page2.php">
<input type="text" name="title">
<input typt="submit">
</form>
========================

When the inputbox content is BIG5 encoding words, after submiting, the
$_POST['title'] variable will lose pre-words.
example:
input = 測試一下
$_POST['title'] = "一下"

###########################################################
configure line: 
CC=gcc \
CFLAGS="-O6 -mcpu=pentiumpro" \
./configure \
--enable-track-vars \
--enable-inline-optimization \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable-ctype \
--disable-wddx \
--disable-debug \
--disable-experimental-zts \
--with-xml \
--with-mcrypt=/usr/local \
--with-dom=/usr/local \
--with-zlib-dir=/usr/local \
--with-mysql=/usr/local/mysql \
--with-iconv=/usr/local \
--with-apxs=/usr/local/apache/bin/apxs \
--prefix=/usr/local



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


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

Reply via email to