Skip to content

Instantly share code, notes, and snippets.

@libc
Created December 30, 2009 21:54
Show Gist options
  • Save libc/266432 to your computer and use it in GitHub Desktop.
Save libc/266432 to your computer and use it in GitHub Desktop.
def test_parse_force_encoding
@parser.parse_memory(<<-HTML, 'UTF-8')
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
Информация
HTML
assert_equal("Информация",
@parser.document.data.join.strip)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment