josedonizetti / ruby-duration

Immutable type that represents some amount of time with accuracy in seconds.
http://bit.ly/ruby-duration
MIT License
124 stars 23 forks source link

Add a format for correct typographic marks for minutes and seconds #14

Closed rhulse closed 11 years ago

rhulse commented 11 years ago

On the site I run we use a helpers to use the prime( ′) and double prime (″) for minutes and seconds. Yes, we are pedants.

I'd be happy to work up a patch to provide formats for this, if there is interest.

If so, should there be an option to use html entities for these, as well as UTF8?