- Posts: 6
- Thank you received: 0
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]
10 years 2 months ago #10792
by алелоз
PDFFinder[Cyrillic text finding comply register] was created 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?
-(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?
10 years 2 months ago #10798
by emanuele
Replied by emanuele on topic PDFFinder[Cyrillic text finding comply register]
Hi,
can you share the pdf use to test the search feature?
can you share the pdf use to test the search feature?
10 years 2 months ago #10799
by radaee
Replied by radaee on topic PDFFinder[Cyrillic text finding comply register]
match_case should be true, if match "EnGLISH", and not match "english"
10 years 1 month ago - 10 years 1 month ago #10944
by алелоз
Replied by алелоз on topic PDFFinder[Cyrillic text finding comply register]
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
www.dropbox.com/s/3ex6qxpcue7rbih/ubk_1041070114f.pdf?dl=0
Last edit: 10 years 1 month ago by алелоз. Reason: link added
10 years 1 month ago #10998
by алелоз
Replied by алелоз on topic PDFFinder[Cyrillic text finding comply register]
Guys, please help. match_case = true. With English language no problem, with russian language search not worked correctly.
10 years 1 month ago #10999
by support
Replied by support on topic PDFFinder[Cyrillic text finding comply register]
Next week we will release a new version to fix match case with Russian char set.
We expect to release it on Wednesday.
We expect to release it on Wednesday.
Time to create page: 0.506 seconds