Minor edits of alphabet section.
1 parent 95ac8ed commit f6df53b33827b68cb75659e53b9c19094a8a6f77
@tundra tundra authored on 7 Apr 2010
Showing 1 changed file
View
14
tren.rst
Upper - Counting in Base 26 using upper case letters
UpperLower - Counting in Base 52 using first upper- then lower case letters
 
 
.. NOTE:: **The difference between a "base" and a "symbol set".**
.. TIP:: **The difference between a "base" and a "symbol set".**
 
In order to make such counting-based renamings as flexible
as possible, **tren** is built to be able to count *in any
base* (2 or higher) and *make use of any symbol set*.
And so on. You can use most any combination of characters you like to
customize your sequence renaming token output. There are a few things to
keep in mind, however:
 
- The counting *base* is determined by the *length of the symbol set*
not what characters you use.
- The counting *base* is determined by the *number of symbols in the
symbol set* not what characters you use. In the example above,
we're counting in base 3 irrespective of what symbols are used
to represent each "number".
 
- You can define as many new alphabets as you like on the command line.
(Well ... up to the maximum command line length limit imposed by
the shell and/or operating system you're using.)
 
- The alphabet name is case sensitive. ``Foo``, ``FOO``, and ``foo``
are all different alphabet names (assuming they are all defined).
 
-----------------------------
 
::
 
$Id: tren.rst,v 1.176 2010/04/06 21:44:45 tundra Exp $
$Id: tren.rst,v 1.177 2010/04/07 18:25:24 tundra Exp $
 
You can find the latest version of this program at:
 
http://www.tundraware.com/Software/tren