mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
22f75d539d
* Unicode methods are now defined directly on Chars instead of a handler * Updated Unicode database to Unicode 5.1.0 * Improved documentation
7 lines
No EOL
131 B
Ruby
7 lines
No EOL
131 B
Ruby
# encoding: utf-8
|
|
|
|
module ActiveSupport #:nodoc:
|
|
module Multibyte #:nodoc:
|
|
class EncodingError < StandardError; end
|
|
end
|
|
end |