Method: UTF8Proc::StringExtension#NFKD
- Defined in:
- ext/utf8_proc/utf8_proc.c
#NFKD ⇒ Object
71 72 73 |
# File 'ext/utf8_proc/utf8_proc.c', line 71 static VALUE StoNFKD(VALUE string) { return normInternal(string, UTF8PROC_STABLE | UTF8PROC_DECOMPOSE | UTF8PROC_COMPAT); } |