tags:

views:

7

answers:

0

Im doing some screen scraping and im getting back a string that appears to end with whitespace but neither string.strip or strip.gsub(/\s/u, '') removes the character.

Im guessing it's a character encoding issue. Any suggestions?