1 .TH decoratedstr 1 "May 27, 2009" "" "User Commands"
3 decoratedstr \- decorated characters utility
5 .B decoratedstr [\-h|\-\-help] [\-\-charset=
7 .B ] [\-r|\-\-regexp] [\-i]
11 Removes decorations - such as accents and rings - from characters, expands
13 Optionnaly prints a matching regular expression.
16 Display usage summary.
18 .B "\-\-charset=charset"
19 Sets charset. Default is utf-8.
25 Make the regexp case insensitive.
27 .BI "decoratedstr \(OEuf à la poëlle"
31 .BI "decoratedstr \-r Oeuf"
33 (\(OE|[OÒÓÔÖØŌŎŐ][eèéêëēĕėęě])[uùúûüũūŭůűų]f
36 That version uses python
38 function that will disapear in python 3.
40 Python doesn't detect the active charset from the environement variables. You
41 will need to use \-\-charset option if you don't use UTF\-8.
43 Jean-Michel Vourg\(`ere
45 .URL "http://www.nirgal.com/"