Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts,

I want to check that Two Unicode language strings are equal, in sql by using soundex function.
Or Is it possible to get matching Unicode strings from the database by passing one string in where condition of a sql query?
I have tried with Soundex and phonetic translation. But its not possible in that.
Can any one please give some ideas to solve this problem ?

thanks
Keerthi Kumar
Posted
Updated 11-Sep-14 20:42pm
v8
Comments
George Jonsson 12-Sep-14 1:59am    
Do you mean to compare Kannada and Canada?
Different spellings of the same country in different languages?
Keerthi Kumar(Andar) 12-Sep-14 2:07am    
No, I mean i want to apply soundex function in sql for two kannada names.
Kannada is a language used in south India.
George Jonsson 12-Sep-14 2:18am    
Well maybe you should rephrase your question to make it more clear. :)
Don't expect people to know everything about your requirements and environment.
Sinisa Hajnal 12-Sep-14 2:11am    
Kannada is a language from people far from Canada in America :)

You could compare two strings using culture.
George Jonsson 12-Sep-14 2:19am    
I would say that most people in the world don't know that. :P

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900