Flowdock

Kanji Converter for Ruby.

Constants

AUTO = NKF::AUTO

JIS = NKF::JIS

EUC = NKF::EUC

SJIS = NKF::SJIS

BINARY = NKF::BINARY

NOCONV = NKF::NOCONV

ASCII = NKF::ASCII

UTF8 = NKF::UTF8

UTF16 = NKF::UTF16

UTF32 = NKF::UTF32

UNKNOWN = NKF::UNKNOWN

REVISION = %q$Revision$

RegexpShiftjis = /\A(?: [\x00-\x7f\xa1-\xdf] | [\x81-\x9f\xe0-\xfc][\x40-\x7e\x80-\xfc] )*\z/nx

RegexpEucjp = /\A(?: [\x00-\x7f] | \x8e [\xa1-\xdf] | \x8f [\xa1-\xfe] [\xa1-\xfe] | [\xa1-\xfe] [\xa1-\xfe] )*\z/nx

RegexpUtf8 = /\A(?: [\x00-\x7f] | [\xc2-\xdf] [\x80-\xbf] | \xe0 [\xa0-\xbf] [\x80-\xbf] | [\xe1-\xef] [\x80-\xbf] [\x80-\xbf] | \xf0 [\x90-\xbf] [\x80-\xbf] [\x80-\xbf] | [\xf1-\xf3] [\x80-\xbf] [\x80-\xbf] [\x80-\xbf] | \xf4 [\x80-\x8f] [\x80-\xbf] [\x80-\xbf] )*\z/nx

Attributes

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