1faa3d803e
Some applications, notably the numbering of points in outlines, use a scheme that starts with the letter "a", goes to "z", and then starts over with "aa" thru "az", then "ba", and so on. This module provides functions that deal with that numbering system, converting between it and integer values.
2 lines
132 B
Text
2 lines
132 B
Text
A perl module for converting to a "lower-latin" / "upper-latin" numbering
|
|
system, where 1-26 is a-z, 27 is aa, 53 is ba, et cetera.
|