Changeset 3372 for src/Unicode.hs

Show
Ignore:
Timestamp:
05/18/05 02:43:25 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
4945
Message:

More signatures, a few more haddocks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Unicode.hs

    r2725 r3372  
    222222toLower                 :: Char -> Char 
    223223 
     224-- | Convert a letter to the cooresponding title-case letter, leaving any 
     225-- other character unchanged.  Any Unicode letter which has a title-case 
     226-- equivalent is transformed. 
     227toTitle                 :: Char -> Char 
     228 
    224229-- ----------------------------------------------------------------------------- 
    225230-- Implementation with the supplied auto-generated Unicode character properties