Method: UTF8Proc::StringExtension#NFKC
- Defined in:
- ext/utf8_proc/utf8_proc.c
#NFKC ⇒ Object
61 62 63 |
# File 'ext/utf8_proc/utf8_proc.c', line 61 static VALUE StoNFKC(VALUE string) { return normInternal(string,UTF8PROC_STABLE | UTF8PROC_COMPOSE | UTF8PROC_COMPAT); } |