We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Libutf should provide the following functions, which are required for compatibility with Plan 9's libutf:
char *utfecpy(char *s1, char *es1, char *s2); Rune *runestrecpy(Rune *s1, Rune *es1, Rune *s2);
The text was updated successfully, but these errors were encountered:
reintroduce utfecpy; see #3
ca82d7d
utfecpy
runestrecpy
utf.h
Successfully merging a pull request may close this issue.
Libutf should provide the following functions, which are required for compatibility with Plan 9's libutf:
The text was updated successfully, but these errors were encountered: