>result := Pos(UTF8Decode(SubStr), UTF8Decode(Str)); >seems to work, I think Pos(UTF8String,UTF8String) is yet to be implemented.
UTF8Decode return "?" for me for each Greek character (non latin). Is it normal? Should I check something else but my code? Panagiotis -----Original Message----- From: Jesus Reyes [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 9:41 PM To: [email protected] Subject: RE: [lazarus] String functions on non latin text --- Panagiotis Sidiropoulos <[EMAIL PROTECTED]> escribió: > Please download sample project at: > - www.magentadb.gr/ftp/pos-sample.zip > > Panagiotis > result := Pos(UTF8Decode(SubStr), UTF8Decode(Str)); seems to work, I think Pos(UTF8String,UTF8String) is yet to be implemented. Jesus Reyes A. ___________________________________________________________ Do You Yahoo!? La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
