utf8_handler_proc.rb

Path: lib/active_support/multibyte/handlers/utf8_handler_proc.rb
Last Update: Fri Aug 08 16:15:46 -0400 2008

Methods in this handler call functions in the utf8proc ruby extension. These are significantly faster than the pure ruby versions. Chars automatically uses this handler when it can load the utf8proc extension. For documentation on handler methods see UTF8Handler.

[Validate]