SAP Program RSCP_NORMALIZE - Report RSCP_NORMALIZE

Purpose
This report demonstrates the Unicode Normalization as implemented in theclass CL_ICU_NORMALIZATION by the method NORMALIZE_INPUT.

Input Normalization
Normalization using the method CL_ICU_NORMALIZATION=>NORMALIZE_INPUT isrecommended for all data that are entered into the system.
In a Unicode system, it applies the normalization form NFC. Thefunctionality can be switched on or off by a system parameter'normalize_input' which is stored in the system table TCP0I. For moreinformation refer to SAP note 1428423.
In a non-Unicode system, this method has no effect.
The report checks the setting of the system parameter 'normalize_input'and prints the information on the screen.

Selection
You can enter arbitrary text into the selection screen. The checkbox'Hexadecimal Output' allows you to see the UTF-16 representation of eachcharacter of the original and the normalized text in hexadecimalnotation (read from top to bottom).

1428423Support for Unicode Normalization