Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXZ
          ]
        
        perl-Unicode-Normalize - Unicode Normalization Forms
        
        
        - Description:
- $string is used as a string under character semantics (see perlunicode).
$code_point should be an unsigned integer representing a Unicode code point.
Note: Between XSUB and pure Perl, there is an incompatibility about the interpretation
of $code_point as a decimal number. XSUB converts $code_point to an unsigned integer,
but pure Perl does not. Do not use a floating point nor a negative sign in $code_point. 
Packages