ropencc
ropencc copied to clipboard
ropencc is a project for conversion between Traditional and Simplified Chinese, wrapper in ruby.
Trying to create a Heroku buildpack for OpenCC: https://github.com/echan00/opencc-binary https://github.com/echan00/opencc-buildpack I am getting the error: ``` remote: LoadError: Could not open library 'opencc': opencc: cannot open shared object file: No...
## Steps to reproduce On Debian 9 (Stretch) or 10 (Buster): ``` apt install libopencc2 gem install ropencc ``` ## Expected `require 'ropencc'` should work. ## Actual ``` LoadError: Could...
OS X 上用 brew 安装了 opencc 1.0.3 然后运行ruby的程序就报下面的错误 ``` bash `attach_function': Function 'opencc_convert' not found in [libopencc.dylib] ```