Fredrik Jervfors
5fcc041bd2
Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only)
2005-01-07 17:42:23 +00:00
Thijs Kinkhorst
a73561b911
Increment year in copyright notice.
2004-12-27 15:04:02 +00:00
tokul
70f56f06fc
removing default_charset tests. code can be reused in main function and
...
ldap needs option that forces decoding when default charset matches
2004-11-15 14:31:18 +00:00
tokul
4737320556
extending utf-8 decoding function.
...
default_charset test removed because it is better to do in main decoding
function and ldap needs decoding without default_charset test
2004-11-14 17:30:06 +00:00
tokul
83a8ecb3df
don't run decode cycles if charset is the same
2004-11-08 15:56:48 +00:00
Fredrik Jervfors
8c8ecffa57
Replacing tabs with spaces, trimming white space at EOL and newline at EOF
2004-11-02 22:21:34 +00:00
Jimmy Conner
2cd94f0d75
Removed variables that were initialized, but never actually used
...
Also remove a few more globals that were unused
Remove a few newlines at the end of files
Hopefully this will help shrink the memory footprint of SM just slightly
2004-11-01 02:05:15 +00:00
Jimmy Conner
ab05b58d51
Fix a few variables that were inputted incorrectly
2004-11-01 00:40:12 +00:00
tokul
b59beee63b
using sq_is8bit function instead of ereg. Code reuse and fixes some problems
...
with mbstring overloading.
P.S. SquirrelMail login fails with
php_value mbstring.func_overload 2
php_value mbstring.internal_encoding utf-8
2004-10-15 09:15:49 +00:00
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