.TH decoratedstr 1 "May 27, 2009" "" "User Commands" .SH NAME decoratedstr \- decorated characters utility .SH SYNOPSIS .B decoratedstr [\-h|\-\-help] [\-\-charset= .I charset .B ] [\-r|\-\-regexp] [\-i] .I string .SH DESCRIPTION .PP Removes decorations - such as accents and rings - from characters, expands ligatures. Optionnaly prints a matching regular expression. .TP .B "\-h, \-\-help" Display usage summary. .TP .B "\-\-charset=charset" Sets charset. Default is utf-8. .TP .B "\-r, \-\-regexp" Output a regexp. .TP .B "\-i" Make the regexp case insensitive. .SH EXAMPLE .BI "decoratedstr \(OEuf à la poëlle" .PP Oeuf a la poelle .PP .BI "decoratedstr \-r Oeuf" .PP (\(OE|[OÒÓÔÖØŌŎŐ][eèéêëēĕėęě])[uùúûüũūŭůűų]f .SH NOTES .PP That version uses python .B print function that will disapear in python 3. .SH BUGS Python doesn't detect the active charset from the environement variables. You will need to use \-\-charset option if you don't use UTF\-8. .SH "AUTHOR" Jean-Michel Vourg\(`ere .mso www.tmac .URL "http://www.nirgal.com/"