Search found 4 matches

by richpav
Thu Aug 28, 2003 12:16 pm
Forum: General discussions
Topic: Search in Japanese is finally working.
Replies: 4
Views: 10102

Search in Japanese is finally working.

In inc/function.php I replaced this:

$query = "SELECT id, lang, rubrik, thema, content FROM ".$sqltblpre."faqdata WHERE MATCH (thema,content,keywords) AGAINST ('".$begriff."') AND active = 'yes'";

with this:

$query = "SELECT id, lang, rubrik, content FROM ".$sqltblpre."faqdata WHERE thema LIKE ...
by richpav
Sat Aug 23, 2003 10:41 am
Forum: General discussions
Topic: Foreign language PDFs
Replies: 1
Views: 6815

Foreign language PDFs

fpdf supports many foreign languages, recently including Japanese. Sure would be nice if the PDF code could be re-written to use the right settings for each language.

Rich
by richpav
Sat Aug 23, 2003 10:35 am
Forum: General discussions
Topic: Search problem in Japanese
Replies: 3
Views: 9253

Yes, I'm translating it now. I'll send it to you after a native speaker proofreads it.

I solved the search problem by commenting out the two offending lines of code.

Other than that, it seems to support Japanese quite well. Some of the ;middot& tags (or whatever) in the code were actually high ...
by richpav
Thu Aug 21, 2003 12:51 pm
Forum: General discussions
Topic: Search problem in Japanese
Replies: 3
Views: 9253

Search problem in Japanese

We like phpMyFAQ quite a lot, but there's a problem with the search function:

Warning: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 170656216 in c:\program files\easyphp\phpmyfaq\inc\functions.php on line 671

Warning: Compilation failed: this version of ...