Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        utrac: Universal Text Recognizer and Converter
        
        
        - Summary
- Utrac is a command line tool and a library that recognize the encoding
of an input file (ex: UTF-8, ISO-8859-1, CP437...) and its end-of-line
type (CR, LF, CRLF).
It has three main features:
- Automatic recognition (depending on the file and on the system's locale),
  reliable in most cases;
- Assistance for verification or manual recognition;
- Conversion to an other charset and/or end-of-line type.
Changelog
        
            - * Tue Nov  8 16:00:00 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.3.0-5
- - Patch to change prefix. Fix #172601 
            - * Tue Sep 27 17:00:00 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.3.0-4
- - Change Source tag to allow direct download 
            - * Tue Sep 27 17:00:00 2005 Alain Portal <aportal[AT]univ-montp2[DOT]fr> 0.3.0-3
- - Change Source tag to allow direct download
  - Update and rename Makefile patch
  - Override utrac variables in install section
  - Add "-l fr" forgotten option in french description
  - Remove "rm -rf $RPM_BUILD_DIR/utrac-0.3.0" statement in %clean section
  - Remove useless INSTALL file
  - Package don't own /usr/share/man/man1
  - Contribution of Aurélien Bompard <gauret[AT]free[DOT]fr>
    Thanks to him