Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
icu
v1.0.0
Top Level Namespace
Char
ICU
BiDi
Direction
Level
ParagraphInfo
ReorderingMode
ReorderingOption
VisualRunInfo
WriteOption
BreakIterator
Type
Calendar
DateField
Type
CharsetDetector
CharsetMatch
Collator
Attribute
AttributeValue
BoundMode
ReorderCode
RuleOption
Strength
Currencies
NameStyle
Type
Date
DateTimeFormatter
FormatStyle
Error
IDNA
Option
Locale
AcceptResult
Capacity
DelimiterType
Keyword
LayoutType
MeasurementSystem
Normalizer
CheckResult
Mode
NFC
NFD
NFKC
NFKCCF
NFKD
Type
NumberFormatter
FormatAttribute
FormatStyle
MonetaryAmount
PluralRules
Type
Region
StringSearch
Attribute
AttributeValue
Position
Transliterator
ID
UChar
UChars
UEnum
UniversalTimeScale
DateTimeScale
TimeScaleValues
UniversalTime
String
Generated using Crystal 1.16.0
2025-05-07 21:52:45 UTC
class
ICU::
Normalizer::
NFC
ICU::Normalizer::NFC
ICU::Normalizer
Reference
Object
Overview
NFC Normalizer (see
ICU::Normalizer
)
Defined in:
icu/normalizer.cr
Constructors
.new
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
]