[rt-users] RT2 Speed/performance problems.
Autrijus Tang
autrijus at autrijus.org
Mon Aug 26 00:41:48 EDT 2002
On Sun, Aug 25, 2002 at 11:11:39PM +0200, Lorens Kockum wrote:
> > not being able to display chinese Big5/GB Code e-mail.
> Doesn't sound too difficult; wouldn't it be just attaching a
> content-type header in appropriate cases?
I have been hacking Big5 RT for quite a while; the trick is
simply go get perl 5.8, apply Encode::Guess (or if you're sure
about the encoding, just using the appropriate encoding),
and do a Encode::decode() on each chunk of email.
If you want to be fancy, you could even
binmode ':encoding(big5)', $mailfh;
> My only beef with RT1 speed is plaintext search over the whole
> database, but I'll be eliminating the need for the search soon,
> so I won't have to think about interfacing with an external
> indexing search engine.
We're also planning to hook RT with a Chinese-aware search engine
(OurNet::FuzzyIndex); the process looks straightforward.
Thanks,
/Autrijus/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20020826/34ee06a9/attachment.sig>
More information about the rt-users
mailing list