]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain
authormkanat%bugzilla.org <>
Fri, 23 Nov 2007 12:58:33 +0000 (12:58 +0000)
committermkanat%bugzilla.org <>
Fri, 23 Nov 2007 12:58:33 +0000 (12:58 +0000)
commit9f0310bf8c0821347699b434f659eb52decabf87
tree31153ecb72f2b57a9bb3daf638cc4e1152f8a0b0
parent8ab75a83c21606ad77a38c05057f886011fa0451
Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain
non-ASCII data, if the utf8 parameter is on. This means that string functions
like substr() work properly on multi-byte languages, now.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
Bugzilla.pm
Bugzilla/CGI.pm
Bugzilla/Constants.pm
Bugzilla/DB/Mysql.pm
Bugzilla/DB/Pg.pm
Bugzilla/Mailer.pm
Bugzilla/Util.pm
email_in.pl