Data.Encoding.CP932
Description
cp932 is a japanese character encoding.
data CP932 Source #
Constructors
Defined in Data.Encoding.CP932
Methods
showsPrec :: Int -> CP932 -> ShowS #
show :: CP932 -> String #
showList :: [CP932] -> ShowS #
decodeChar :: ByteSource m => CP932 -> m Char Source #
encodeChar :: ByteSink m => CP932 -> Char -> m () Source #
decode :: ByteSource m => CP932 -> m String Source #
encode :: ByteSink m => CP932 -> String -> m () Source #
encodeable :: CP932 -> Char -> Bool Source #
(==) :: CP932 -> CP932 -> Bool #
(/=) :: CP932 -> CP932 -> Bool #