Flowdock

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

HANGUL_SLAST = HANGUL_SBASE + HANGUL_SCOUNT

HANGUL_SCOUNT = 11172

HANGUL_NCOUNT = HANGUL_VCOUNT * HANGUL_TCOUNT

HANGUL_TCOUNT = 28

HANGUL_VCOUNT = 21

HANGUL_LCOUNT = 19

HANGUL_TBASE = 0x11A7

HANGUL_VBASE = 0x1161

HANGUL_LBASE = 0x1100

HANGUL_SBASE = 0xAC00

UNICODE_VERSION = "9.0.0"

NORMALIZATION_FORMS = [:c, :kc, :d, :kd]

Attributes

[RW] default_normalization_form

The default normalization used for operations that require normalization. It can be set to any of the normalizations in NORMALIZATION_FORMS.

ActiveSupport::Multibyte::Unicode.default_normalization_form = :c
Show files where this module is defined (2 files)
Register or log in to add new notes.