Skip to content
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

Update Unicode tables. #4872

Closed
wants to merge 3 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion librz/include/rz_util/rz_utf8.h
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ RZ_API int rz_utf8_encode_str(const RzCodePoint *str, ut8 *dst, const int dst_le
RZ_API int rz_utf8_size(const ut8 *ptr);
RZ_API int rz_utf8_strlen(const ut8 *str);
RZ_API bool rz_code_point_is_printable(const RzCodePoint c);
RZ_API const char *rz_utf_block_name(int idx);
RZ_API const char *rz_utf_block_name(ut32 idx);
RZ_API int rz_utf_block_idx(RzCodePoint ch);
RZ_API int *rz_utf_block_list(const ut8 *str, int len, int **freq_list);
RZ_API RzStrEnc rz_utf_bom_encoding(const ut8 *ptr, int ptrlen);
Loading