Roundup Tracker - Issues

Message5467

Author ollydbg
Recipients ThomasAH, ber, jerome, ollydbg, pefu, yanqian
Date 2016-02-25.05:21:48
Message-id <1456377710.85.0.0943911365539.issue2550788@psf.upfronthosting.co.za>
In-reply-to
Hi, Bernhard Reiter, see the patch file as attachment, this patch is
against the roundup 1.5.1 release source.

I just extract Chinese substring from the whole text, and split it to
several Chinese words by mmseg. Then I add each term for each Chinese
words. The whole text is still parsed by the default English indexer, so
that we can index all the Chinese and English words.

Please note that in the html file issue.item.html, the wrap option
should be (in the line 89)

wrap="soft"

Otherwise, the Chinese sentence will be divided mistakenly by the added
line breaks. See my report here: [Roundup-users] hard line breaks were
automatically added between Chinese chars when I add a message -
https://sourceforge.net/p/roundup/mailman/message/34879502/
History
Date User Action Args
2016-02-25 05:21:50ollydbgsetmessageid: <1456377710.85.0.0943911365539.issue2550788@psf.upfronthosting.co.za>
2016-02-25 05:21:50ollydbgsetrecipients: + ollydbg, ber, pefu, ThomasAH, jerome, yanqian
2016-02-25 05:21:50ollydbglinkissue2550788 messages
2016-02-25 05:21:50ollydbgcreate