i wanted to ask a question about converting string.
i am using Rails 4.0.4
And in my database i have values which are in my native language like Rīga or Jēkabpils. I was wondering if there is some kind of function or other way to convert this words to english symbols/characters like Riga or Jekabpils.
I am wondering this because i would like to do this so i could compare them
like:
"Jēkabpils".convert == "Jekabpils"
I am asking this purely based on my own interest, i am just wondering if this is even possible?