utf8_handler_proc.rb

Path: lib/active_support/multibyte/handlers/utf8_handler_proc.rb
Last Update: Sun Nov 30 12:49:59 +0000 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]