Decode4to3 function
function Decode4to3(Const Value, Table: string): string;
Unit
SynaCode
Description
Decode 4to3 encoding with given table.
If some element is not found in table, first item from table is used. This is good for buggy coded items by Microsoft Outlook. This software sometimes using wrong table for UUcode, where is used ' ' instead '`'.
See also:
DecodeBase64, DecodeUU, DecodeXX