Jpmobile::Rack::Filter を適用する
# File lib/jpmobile/mobile/google_emoticon.rb, line 4 def apply_filter? Jpmobile.config.smart_phone_emoticon_compatibility end
Jpmobile::Rack::ParamsFilter を適用する
# File lib/jpmobile/mobile/google_emoticon.rb, line 9 def apply_params_filter? Jpmobile.config.smart_phone_emoticon_compatibility end
# File lib/jpmobile/mobile/google_emoticon.rb, line 20 def to_external(str, content_type, charset) # UTF-8を数値参照に str = Jpmobile::Emoticon.utf8_to_unicodecr(str) str = Jpmobile::Emoticon.unicodecr_to_external(str, Jpmobile::Emoticon::CONVERSION_TABLE_TO_GOOGLE_EMOTICON, false) [str, charset] end
Generated with the Darkfish Rdoc Generator 2.