Flowdock
method

valid_character

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveSupport::Multibyte
valid_character() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/multibyte/utils.rb, line 11
      def self.valid_character
        case $KCODE
        when 'UTF8'
          VALID_CHARACTER['UTF-8']
        when 'SJIS'
          VALID_CHARACTER['Shift_JIS']
        end
      end
Register or log in to add new notes.