View Single Post
  #4 (permalink)  
Old 04-22-2008, 09:51 PM
lucassus lucassus is offline
Junior Member
 
Join Date: Aug 2007
Posts: 2
Default

You could write text analyzer to replace non-standard characters to their equivalents. For instance you can replace
'ą' to 'a' or more complex 'ą' to 'xxxaxxx' and vice-versa during search.
Tomorrow I will send you sample code. It works perfectly.
Reply With Quote