Rui Hirokawa
|
6074e38d37
|
fixed optional argument.
|
2011-09-12 13:20:05 +00:00 |
|
Pierre Joye
|
5cb30970dc
|
- unused var
|
2011-09-12 09:27:03 +00:00 |
|
Rui Hirokawa
|
0f7a2cd306
|
MFH: fixed test failure on win32.
|
2011-09-11 13:15:40 +00:00 |
|
Rui Hirokawa
|
b36a8754d1
|
fixed test failure on win32.
|
2011-09-11 13:04:21 +00:00 |
|
Rui Hirokawa
|
5ae70c757b
|
fixed test case failures.
|
2011-09-11 12:29:00 +00:00 |
|
Rui Hirokawa
|
01bb437b85
|
fixed test case failures.
|
2011-09-11 12:12:24 +00:00 |
|
Rui Hirokawa
|
efd8563777
|
revert previous commit.
|
2011-09-11 03:57:31 +00:00 |
|
Rui Hirokawa
|
e7fa9ffc21
|
removed test script which depends on the removed register_globals.
|
2011-09-11 02:16:34 +00:00 |
|
Rui Hirokawa
|
9103c93606
|
2nd arguments is necessary in mb_parse_str because register_globals was removed in PHP 5.4.
|
2011-09-08 15:20:17 +00:00 |
|
Rui Hirokawa
|
36378d34f8
|
fixed invalid utf-8 check.
|
2011-09-07 14:30:06 +00:00 |
|
Pierre Joye
|
b4769b1946
|
- add skipif
|
2011-09-06 06:44:59 +00:00 |
|
Stanislav Malyshev
|
9b9ab11e8f
|
fix test
|
2011-09-04 05:00:30 +00:00 |
|
Stanislav Malyshev
|
19cbfb42f6
|
test fixes
|
2011-09-04 04:57:01 +00:00 |
|
Rui Hirokawa
|
ad24758ee9
|
added alias for *-mobile encodings.
|
2011-08-31 13:18:44 +00:00 |
|
Rui Hirokawa
|
30f0f5e41c
|
reduced footprint for sjis-mac
|
2011-08-28 04:32:22 +00:00 |
|
Rui Hirokawa
|
60d5ac840c
|
corrected valid unicode area.
|
2011-08-27 01:25:10 +00:00 |
|
Rui Hirokawa
|
e20f46a43e
|
update pua conversion tables.
|
2011-08-27 00:07:20 +00:00 |
|
Rui Hirokawa
|
4122ef275c
|
added iso2022jp-mobile and emoji unsuppoted in unicode 6.0.
|
2011-08-24 15:28:44 +00:00 |
|
Pierre Joye
|
60dd9e0bd9
|
- fix typo & build
|
2011-08-22 07:39:09 +00:00 |
|
Rui Hirokawa
|
a56532a4ae
|
cleanup jisx0213 table.
|
2011-08-21 05:02:21 +00:00 |
|
Rui Hirokawa
|
61dae0f7e3
|
speed improvement of jisx0213 conversion.
|
2011-08-21 02:22:53 +00:00 |
|
Rui Hirokawa
|
dcf0dfb9ab
|
removed SJIS-Mobile#*PUA.
|
2011-08-20 08:27:57 +00:00 |
|
Rui Hirokawa
|
c746cf5dc9
|
updated libmbfl to 1.3.2 (JISX-0213:2004 support).
|
2011-08-20 07:24:04 +00:00 |
|
Rui Hirokawa
|
484e6b8fb3
|
added gb18030 encoding to mbstring/libmbfl.~
|
2011-08-14 14:09:11 +00:00 |
|
Rui Hirokawa
|
b371e0d1fd
|
fixed compile warning.
|
2011-08-13 13:17:36 +00:00 |
|
Rui Hirokawa
|
1ec46d3fe3
|
fixed win32 build.
|
2011-08-13 12:53:40 +00:00 |
|
Rui Hirokawa
|
360d18c479
|
added UTF-8-Mobile for pictogram support.
|
2011-08-13 12:44:28 +00:00 |
|
Pierrick Charron
|
1a41799226
|
Remove unused variable
|
2011-08-10 01:12:52 +00:00 |
|
Rui Hirokawa
|
fee9fe0334
|
reduced memory footprint for codepages.
|
2011-08-08 16:14:30 +00:00 |
|
Pierrick Charron
|
caff611cf3
|
Remove unused variables
|
2011-08-07 06:37:22 +00:00 |
|
Rui Hirokawa
|
bc514c8339
|
changed mapping of 0xa5 for SJIS-mac to prevent security attack.
|
2011-08-06 15:23:06 +00:00 |
|
Rui Hirokawa
|
fc3e0ff1ec
|
fixed encoding conversion when http_input=auto.
|
2011-08-06 12:19:16 +00:00 |
|
Rui Hirokawa
|
70eb1c1267
|
improved error handling for ill-formed utf-8 based on the Unicode recommendation.
|
2011-08-06 04:25:44 +00:00 |
|
Rui Hirokawa
|
b3414d3c02
|
added ill-formed utf-8 check for 0xEDXXXX.
|
2011-08-06 02:22:15 +00:00 |
|
Rui Hirokawa
|
2bc6bcb96e
|
updated libmbfl version to 1.3.1.
|
2011-08-06 01:48:45 +00:00 |
|
Rui Hirokawa
|
5bd3e8324d
|
added check for invalid utf-8 encoding (merge from libmbfl-1.3.1).
|
2011-08-05 04:28:24 +00:00 |
|
Rui Hirokawa
|
bab1e815d2
|
removed invalid 5,6 byte encoding from utf-8 based on Unicode 5.2.
|
2011-08-04 12:11:04 +00:00 |
|
Rui Hirokawa
|
99a4948062
|
MF PHP_5_4.
|
2011-08-03 12:09:28 +00:00 |
|
Rui Hirokawa
|
5771c1fb86
|
added version number of libmbfl.
|
2011-08-02 03:18:53 +00:00 |
|
Rui Hirokawa
|
52948b534c
|
added new files of libmbfl 1.3.0.
|
2011-08-02 02:50:11 +00:00 |
|
Rui Hirokawa
|
17dc1d2610
|
updated libmbfl for version 1.3.0.
|
2011-08-02 02:42:41 +00:00 |
|
Stanislav Malyshev
|
553a08c4e1
|
fix failing tests
|
2011-08-01 01:00:57 +00:00 |
|
Felipe Pena
|
da376383e8
|
- Make usage of new PHP_FE_END macro
|
2011-07-25 11:35:02 +00:00 |
|
Rui Hirokawa
|
b150a6db24
|
added numeric entities encode/decode in hex format.
|
2011-07-18 08:36:17 +00:00 |
|
Felipe Pena
|
2997719120
|
- Restore basename in filename on non Windows OS
|
2011-06-12 15:15:44 +00:00 |
|
Gustavo André dos Santos Lopes
|
db01e840c2
|
- Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE.
|
2011-04-09 16:59:36 +00:00 |
|
Dmitry Stogov
|
bbc879b587
|
Fixed multibyte related issues
|
2011-03-14 16:00:59 +00:00 |
|
Moriyoshi Koizumi
|
b2ddc6de23
|
Fix ZTS build.
|
2011-03-06 07:06:55 +00:00 |
|
Moriyoshi Koizumi
|
cdb9ee0d1a
|
Fix zend.multibyte oddities. Hope this will address all the known problems.
|
2011-03-06 07:00:30 +00:00 |
|
Scott MacVicar
|
0413cf5b48
|
XFAIL these for the moment, Kalle totally broke these in 298241
when removing register_globals
|
2011-02-03 17:07:48 +00:00 |
|