class ICU::NFDNormalizer

Overview

NFD Normalizer (see ICU::Normalizer)

Defined in:

icu/normalizer.cr

Constructors

Instance methods inherited from class ICU::Normalizer

decomposition(chr : Char) : String decomposition, finalize finalize, inert?(chr : Char) : Bool inert?, normalize(text : String) : String normalize, normalized?(text : String) : Bool normalized?, normalized_quick?(text : String) : CheckResult normalized_quick?

Constructor methods inherited from class ICU::Normalizer

new(type : Symbol) new

Constructor Detail

def self.new #

[View source]