instance method
get_charset_name
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
get_charset_name()
No documentation comment.
Source
# File actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetgroupprober.rb, line 53
def get_charset_name
if not @_mBestGuessProber
get_confidence()
return nil unless @_mBestGuessProber
# self._mBestGuessProber = self._mProbers[0]
end
return @_mBestGuessProber.get_charset_name()
end
Defined in actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetgroupprober.rb line 53
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in CharDet::CharSetGroupProber