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

1 charecter is missing in Copy!!!

More
IP: 192.168.0.70 12 years 7 months ago #3601 by truculent
hi i found another bug ! :( :ohmy: :huh: :dry:

when copy arabic text 1 charecter is going to missing !

i think this method do that:

-(NSString *)GetSelString
{
if( m_index1 < 0 || m_index2 < 0 || !m_ok ) return NULL;
int txt_len = Page_objsGetCharCount(m_page) + 1;
char *txt = (char *)malloc( txt_len * 2 );
int len = Page_objsGetString(m_page, m_index1, m_index2, txt, txt_len );
NSString *ret = [[NSString alloc] initWithUTF8String:txt];
free( txt );
return ret;
}
More
IP: 192.168.0.70 12 years 7 months ago #3608 by radaee
may you send me sample? and tell me pageno that problem appears.
my mail: [email protected]
Time to create page: 0.387 seconds
Powered by Kunena Forum