encoding-0.10.2: A library for various character encodings
Safe HaskellNone
LanguageHaskell2010

Data.Encoding.ShiftJIS

Description

Shift_JIS is a japanese character encoding.

Documentation

data ShiftJIS Source #

Constructors

ShiftJIS 

Instances

Instances details
Encoding ShiftJIS Source # 
Instance details

Defined in Data.Encoding.ShiftJIS

Methods

decodeChar :: ByteSource m => ShiftJIS -> m Char Source #

encodeChar :: ByteSink m => ShiftJIS -> Char -> m () Source #

decode :: ByteSource m => ShiftJIS -> m String Source #

encode :: ByteSink m => ShiftJIS -> String -> m () Source #

encodeable :: ShiftJIS -> Char -> Bool Source #

Show ShiftJIS Source # 
Instance details

Defined in Data.Encoding.ShiftJIS

Methods

showsPrec :: Int -> ShiftJIS -> ShowS

show :: ShiftJIS -> String

showList :: [ShiftJIS] -> ShowS

Eq ShiftJIS Source # 
Instance details

Defined in Data.Encoding.ShiftJIS

Methods

(==) :: ShiftJIS -> ShiftJIS -> Bool

(/=) :: ShiftJIS -> ShiftJIS -> Bool