fraction icon indicating copy to clipboard operation
fraction copied to clipboard

Add better unicode support (Fraction slash/division slash)

Open feefladder opened this issue 1 year ago • 0 comments

Since Rust supports full Unicode and because of the name of this crate, I think the fraction slash '⁄' is a better delimiter than the solidus '/' for display purposes. In any case, it should not be an error in parsing to use:

  • Solidus: '/'
  • Fraction slash: '⁄'
  • Division slash: '∕'
  • Division sign: '÷'

Here is a discussion I started on Rust internals. and here is a SO unicode discussion on fractions.

feefladder avatar Jan 22 '24 19:01 feefladder