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

Missing utfecpy() & runestrecpy() #3

Closed
cls opened this issue Mar 2, 2015 · 0 comments · Fixed by #4
Closed

Missing utfecpy() & runestrecpy() #3

cls opened this issue Mar 2, 2015 · 0 comments · Fixed by #4

Comments

@cls
Copy link
Owner

cls commented Mar 2, 2015

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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant