@hackage opencc0.1.2.0

OpenCC bindings

opencc-hs

中文版

This library contains both high-level and low-level bindings to OpenCC, Open Chinese Convert.

⚠️ This library is not battle-tested. Please don't hesitate report any problems you find.

Comparison

hopencc is an existing Haskell library that does the same thing, but that library only provides the IO-flavor binding here. hopencc copies the data, while opencc-hs doesn't (taking advantage of the internal representation of bytestrings).