Mapping notations

The From and To values can contain any combination of characters in these notations:

Type

Syntax

Example (@)

Character

%

@

ASCII decimal

<%>

<64>

ASCII hexadecimal

<0x%>

<0x40>

Unicode decimal

<u%>

<u0064>

Unicode hexadecimal

<u0x%>

<u0x0040>

Note% represents the respective character code.

These notations also allow special characters to be mapped. Examples for each supported notation include:

Mapping

From

To

Umlaut internationalization

Ä

Ae

Keyword translation

kunde

customer

Delete CR LF from string

<13><10> or <0x0D><0x0A>

Replace the lira currency symbol with the euro currency symbol

<u8356> or

<u0x20A4>

<u8364>

or <u0x20AC>