opencc-0.1.1.0: OpenCC bindings
LicenseMIT
StabilityExperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.OpenCC.Raw

Description

This module defines the raw bindings to the OpenCC library. Currently, opencc_convert_utf8_to_buffer is missing.

Synopsis

Documentation

type RawOpenCC = Ptr () Source #

Raw representation of the OpenCC handle.

_openccError :: IO CString Source #

Return value is `const char *`, do NOT free!