unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
base64.txt (457B)
1 base64 Documentation (c) 2002 codemastr (Dominick Meglio) [codemastr@unrealircd.com] 2 (As of Unreal3.2-beta11) 3 4 The base64 system used by Unreal is defined as follows: 5 6 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T 7 U V W X Y Z a b c d e f g h i j k l m n o p q r s t u v w x 8 y z { } 9 10 These numbers are translated to and from their decimal equivilents of 0-64 in order to 11 provide a shorter way of expressing a number.