Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-Unicode-MapUTF8: Conversions to and from arbitrary character sets and UTF8
        
        
        - Summary
- Unicode::MapUTF8 Provides an adapter layer between core routines for
converting to and from UTF8 and other encodings. In essence, a way to
give multiple existing Unicode modules a single common interface so
you don't have to know the underlaying implementations to do simple
UTF8 to-from other character set string conversions. As such, it wraps
the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in
a standardized and simple API.
Changelog
        
            - * Mon Feb  2 16:00:00 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.09-0.fdr.4
- - Reduce directory ownership bloat. 
            - * Sat Oct 11 17:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.09-0.fdr.3
- - Install into vendor dirs.
- Specfile cleanup. 
            - * Mon Jul  7 17:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.09-0.fdr.2
- - Regenerate %install section with cpanflute2.
- Improve %description.