Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

PDFFinder[Cyrillic text finding comply register]

More
10 years 2 months ago #10792 by алелоз
Hi! Please help. I use this method for find text in PDF, but search works incorrect.
-(PDFFinder *)find:(NSString *)key :(bool)match_case :(bool)whole_word
{
PDF_FINDER hand = Page_findOpen( m_page, [key UTF8String], match_case, whole_word );
if( !hand ) return NULL;
return [[PDFFinder alloc] init:hand];
}
If key = "EnGLISH" the PDFFinder finds text = "english"
if key = "РусСКий" the PDFFinder NOT finds text = "русский"

What could be the problem?
More
10 years 2 months ago #10798 by emanuele
Hi,

can you share the pdf use to test the search feature?
More
10 years 2 months ago #10799 by radaee
match_case should be true, if match "EnGLISH", and not match "english"
More
10 years 1 month ago - 10 years 1 month ago #10944 by алелоз
Try to find text = "ЗаДаЧа" and you can't find text = "задача". The problem is that search of Cyrillic text with different register not work

www.dropbox.com/s/3ex6qxpcue7rbih/ubk_1041070114f.pdf?dl=0
Last edit: 10 years 1 month ago by алелоз. Reason: link added
More
10 years 1 month ago #10998 by алелоз
Guys, please help. match_case = true. With English language no problem, with russian language search not worked correctly.
More
10 years 1 month ago #10999 by support
Next week we will release a new version to fix match case with Russian char set.
We expect to release it on Wednesday.
Time to create page: 0.506 seconds
Powered by Kunena Forum