Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
safeWcwidth :: Char -> Int Source
Returns the display width of a character. Assumes all characters with unknown widths are 0 width
safeWcswidth :: String -> Int Source
Returns the display width of a string. Assumes all characters with unknown widths are 0 width