-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utf8 "\xD86C" does not map to Unicode at ./tests/testdbs.pl line 130, <FILE> line 74562. #26
Comments
my $db_value = encode_utf8($table_value); If you are using locale in UTF8, rermove the encode_utf8 and decode_utf8 at lin 135, line 137 in ./testdbs.pl. And what project are you using? And now all our library are moved to here |
Hi Wanleung, Thanks for the prompt response.
But still couldn't able to compile yet, the issue is still existing. The reason why I'm trying this library, I've to prove a sample program where it should key in the input from user and translate it and show me the text. [root@localhost tests]# ./test_cangjie Please help me to proceed further. Regards, |
You already received an answer (from me, hi! :P) on the bug report you opened in Cangjians/libcangjie. As Wan Leung mentioned, wanleung/libcangjie is deprecated so there isn't much point in continuing to ask here. |
Hi All,
I'm trying to take the libcangjie and just to check the library have done all the steps mentioned.
./autogen.sh
./configure
make
make install
When I've tried to run the ./testdbs.pl
[root@localhost tests]# ./testdbs.pl
Checking tables/cj3-sc.txt...
Cannot open file data/cj3-sc.mb: No such file or directory
So got a doubt and has done a make install check and found the below error.
Checking tables/cj3-sc.txt...
Checking tables/cj3-tc.txt...
Checking tables/cj3-cc.txt...
Checking tables/cj3-cjk.txt...
utf8 "\xD86C" does not map to Unicode at ./tests/testdbs.pl line 130, line 74562.
utf8 "\xDCDE" does not map to Unicode at ./tests/testdbs.pl line 130, line 74562.
Please help me how to proceed further
Regards,
Suneel
The text was updated successfully, but these errors were encountered: