Unicode pwgen README
====================

Upwgen is a password generator with international support.

**Note**: It is likely that not all characters will be supported by your
terminal font. Regardless, most softwares offer font fallback to render the
maximum number of characters possible. Even if your font cannot render the
characters, copy and paste will probably still work.

The default character set selected if no custom set is specified is ASCII 33 -
126, or English lower case, upper case, numbers, and some symbols (if a
standard US keyboard can type it, it is in this default group).

Usage
-----

  upwgen [options] [length]


Options
-------

* **-c,--capitalize**: Include at least one capital letter in output
* **-l,--lower**:      Include at least one lower case letter in output
* **-n,--numerals**:   Include at least one numeral in output
* **-y,--symbols**:    Include at least one symbol in output
* **-i,--i18n**:       Include at least one international letter in output
* **-h,--help**:       Print the helptext