module Unicode

Overview

Provides the Unicode::CaseOptions enum for special case conversions like Turkic.

Defined in:

unicode/data.cr
unicode/unicode.cr

Constant Summary

VERSION = "15.1.0"

The currently supported Unicode version.

Class Method Summary

Class Method Detail

def self.foldcase(char : Char, options : CaseOptions) : Char #

[View source]