Flowdock
module
Importance_0
v1_8_6_287 - Show latest stable - 0 notes

No documentation

This module has no description. You can help the Ruby community by adding new notes.

Constants

EncodingConvertMap = {}

CharsetMap = { 'NONE' => 'us-ascii', 'EUC' => 'euc-jp', 'SJIS' => 'shift_jis', 'UTF8' => 'utf-8', 'X_ISO_8859_1' => 'iso-8859-1', 'X_UNKNOWN' => nil, }

USASCIIRegexp = Regexp.new("\\A#{us_ascii}*\\z", nil, "NONE")

EUCRegexp = Regexp.new("\\A#{character_euc}*\\z", nil, "NONE")

SJISRegexp = Regexp.new("\\A#{character_sjis}*\\z", nil, "NONE")

UTF8Regexp = Regexp.new("\\A#{character_utf8}*\\z", nil, "NONE")

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.