Skip to content

Instantly share code, notes, and snippets.

@hooopo
Created November 27, 2009 00:57
Show Gist options
  • Save hooopo/243755 to your computer and use it in GitHub Desktop.
Save hooopo/243755 to your computer and use it in GitHub Desktop.
>> require 'htmlentities'
=> []
>> coder = HTMLEntities.new
=> #<HTMLEntities:0x4903770 @flavor="xhtml1">
=> "http://xx.com/&#x5e97;&#x94fa;&#x7ba1;&#x7406;&#x9996;&#x9875;.aspx"75;.asp"
>> coder.decode(_).to_cn
http://xx.com/店铺管理首页.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment