Module: TwitterCldr::Normalizers

Defined in:
lib/twitter_cldr/normalizers/nfkd.rb,
lib/twitter_cldr/normalizers.rb,
lib/twitter_cldr/normalizers/nfd.rb

Overview

Normalizers module includes algorithm for Unicode normalization. Basic information on this topic can be found in the Unicode Standard Annex #15 “Unicode Normalization Forms” at www.unicode.org/reports/tr15/. More detailed description is given in the section “3.11 Normalization Forms” of the Unicode Standard core specification. The latest version at the moment (for Unicode 6.1) is available at www.unicode.org/versions/Unicode6.1.0/ch03.pdf.

Defined Under Namespace

Classes: NFD, NFKD