Method: UTF8Proc::StringExtension#NFKC_CF

Defined in:
ext/utf8_proc/utf8_proc.c

#NFKC_CFObject



81
82
83
# File 'ext/utf8_proc/utf8_proc.c', line 81

static VALUE StoNFKC_CF(VALUE string) {
  return normInternal(string, UTF8PROC_STABLE | UTF8PROC_COMPOSE | UTF8PROC_COMPAT | UTF8PROC_CASEFOLD);
}