Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Malistryx

    Gsub with Unicode Characters

    Thanks for the reply, however in ruby the ! essentially makes the gsub execute on itself, so french_name = french_name.gsub(/é/, 'é') is the same as french_name.gsub!(/é/, 'é') Thanks though :)
  2. Malistryx

    Gsub with Unicode Characters

    Hi I have an application which needs to take utf-8 encoded data from a database which includes French, and replace any special characters (ie. é) with their HTML representations. So for that example should french_name.gsub!(/é/, 'é') be doing the trick? I've spent a while trying to...

Part and Inventory Search

Back
Top