Binary-to-text encoding: Difference between revisions

Content deleted Content added
output does not necessarely go to files; output is not shorter than yEnc
link updated
Line 20:
* [[Percent encoding]]
 
Some older and today uncommon formats include BOO, BTOA, and USR encoding. A newer, unstandardized encoding method is [http://he-jobase91.sourceforge.net/base91/ basE91], which produces the shortest plain ASCII output.
 
Most of these encodings generate text not containing all [[ASCII]] printable characters: for example, the base64 encoding generates text that only contains upper case and lower case letters, (A–Z, a–z), numerals (0–9), and the "+", "/", and "=" symbols.