Guest User

Untitled

a guest
May 21st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $ irb
  2. ruby-1.9.1-p378 > string = "Jürgen Müller"
  3. => "Jürgen Müller"
  4. ruby-1.9.1-p378 > string.force_encoding("BINARY").encode("UTF-8", :invalid => :replace, :replace => "")
  5. Encoding::UndefinedConversionError: "\xC3" from ASCII-8BIT to UTF-8
  6. from (irb):2:in `encode'
  7. from (irb):2
  8. from /Users/norman/.rvm/rubies/ruby-1.9.1-p378/bin/irb:17:in `<main>'
  9. ruby-1.9.1-p378 >
Add Comment
Please, Sign In to add comment