CharsetConversionEx function
function CharsetConversionEx(Value: string; CharFrom, CharTo:
TMimeChar; Const TransformTable: array of Word): string;
Unit
SynaChar
Description
Converts "Value" string from CharFrom characterset to CharTo characterset.
You may specify transformation table. It is simple table for transformation one unicode char to another.
This table yuo may freely defined. Predefined tables are:
Replace_None - nothing is replaced.
Replace_Czech - remove all czech diakritics charaters by similar ASCII chars.
See also:
CharsetConversion, TMimeChar