Method: UTF8Proc::StringExtension#NFC
- Defined in:
- ext/utf8_proc/utf8_proc.c
#NFC ⇒ Object
41 42 43 |
# File 'ext/utf8_proc/utf8_proc.c', line 41 static VALUE StoNFC(VALUE string) { return normInternal(string, UTF8PROC_STABLE | UTF8PROC_COMPOSE); } |