Path: | lib/active_support/multibyte/handlers/utf8_handler_proc.rb |
Last Update: | Thu Aug 16 03:23:09 -0600 2007 |
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.