Skip to content Skip to sidebar Skip to footer
Showing posts with the label Entities

Numerical Character Reference Entities... Nomenclature

It used to be so simple. Or so I thought. nbsp is an entity   is, therefore, an entity reference (… Read more Numerical Character Reference Entities... Nomenclature

How To Make Nokogiri Transparently Return Un/encoded Html Entities Untouched?

How can I use Nokogiri with having html entities (like German umlauts) untouched? I.e.: # this is f… Read more How To Make Nokogiri Transparently Return Un/encoded Html Entities Untouched?