File: NEWS

package info (click to toggle)
php5 5.6.33%2Bdfsg-0%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 157,872 kB
  • sloc: ansic: 756,065; php: 22,030; sh: 12,311; cpp: 8,771; xml: 6,179; yacc: 1,564; exp: 1,514; makefile: 1,467; pascal: 1,147; awk: 538; perl: 315; sql: 22
file content (30 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

version 1.3.2 August 20, 2011

- added JISX-0213:2004 based encoding : Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004 (rui).
- added gb18030 encoding (rui).
- added CP950 with user user defined area based on Big5 (rui).
- added mapping for user defined character area to CP936 (rui).
- added UTF-8-Mobile to support the pictogram characters defined by mobile phone carrier in Japan (rui).

version 1.3.1 August 5, 2011

- added check for invalid/obsolete utf-8 encoding (rui).
 
version 1.3.0 August 1, 2011

- added encoding conversion between Shift_JIS and Unicode (6.0 or PUA) 
  for pictogram characters defined by mobile phone carrier in Japan (rui).
 
  Detailed info:https://github.com/hirokawa/libmbfl/wiki/Introduction-to-libmbflhttps:--github.com-hirokawa-libmbfl-wiki-Introduction-to-libmbfl-_edit%23

- fixed encoding conversion of cp5022x for user defined area (rui).
- added MacJapanese (SJIS-mac) for legacy encoding support (rui).
- backport from PHP 5.2 (rui).

version 1.1.0 March 02, 2010

- added cp5022x encoding (moriyoshi)
- added ISO-2022-JP-MS (moriyoshi)
- moved to github.com from sourceforge.jp (moriyoshi)