Commit graph

15 commits

Author SHA1 Message Date
Fredrik Jervfors
9d4db8b166 Phpdocumentor update - sed is your friend for these kinds of things ;) 2004-05-21 23:56:53 +00:00
tokul
0b0751d6b1 removing bigger decoding functions in order to reduce package size.
functions will be available in separate package.
2004-05-18 12:58:37 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
tokul
42a83cde50 Adding last two functions from i18n.php
iso_8859_default decoding is changed to us_ascii. Purpose - header cleanup,
if mailer adds non-encoded 8bit symbols in header. Other iso-8859-x charsets
are supported. Original function is shorter, but it is hard to count all ?.

ns_4551_1 decoding might need some adjustments.
2004-01-29 19:37:29 +00:00
tokul
c607b01578 managing agresive decoding and ja_JP + utf-8.
global $default_charset will be used later by recode and iconv patches.
2003-12-21 14:58:19 +00:00
tokul
d02e301fac Makes managing decoding easier. Mac decoding moved to separate cvs module 2003-12-21 11:40:08 +00:00
tassium
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
tokul
b8b2ba7082 Added iso-ir-111 support. one of cyrillic charsets from mozilla's list. 2003-10-12 12:38:02 +00:00
tokul
e94ae2d43f Adding decoding support for two DOSCyr charsets and several x-mac-* charsets.
Information is taken from ftp.unicode.org
2003-09-29 09:44:42 +00:00
tokul
1fdf0ef525 Added tis-620 decoding 2003-08-17 14:04:29 +00:00
tokul
79091d57db Fixed dates in copyright. added koi8-r and koi8-u decoding. fixed ereg in
utf-8 decoding.
2003-06-25 07:06:15 +00:00
tokul
865ed4502c Separate gb2312 and utf-8 decoding 2003-06-24 07:27:37 +00:00
tokul
4e31219bf9 Fixed some mistakes. 2003-06-24 07:26:09 +00:00
tokul
dd8a4c68d5 More decoding functions 2003-06-22 14:05:12 +00:00
tokul
355ee1e1c1 Added separate iso-8859-*, cp1257 and big5 decoding files 2003-06-22 09:19:16 +00:00