# opencc-hs [中文版](./README.zh.md) This library contains both high-level and low-level bindings to [OpenCC](https://github.com/BYVoid/OpenCC), Open Chinese Convert. ⚠️ This library is not battle-tested. Please don't hesitate report any problems you find. ## Comparison [hopencc](https://hackage.haskell.org/package/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).