We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7612422 commit 9436559Copy full SHA for 9436559
1 file changed
include/tscore/ink_string.h
@@ -76,9 +76,6 @@ size_t ink_strlcpy(char *dst, const char *str, size_t siz);
76
size_t ink_strlcat(char *dst, const char *str, size_t siz);
77
#endif
78
79
-/* Convert from UTF-8 to latin-1/iso-8859-1. This can be lossy. */
80
-void ink_utf8_to_latin1(const char *in, int inlen, char *out, int *outlen);
81
-
82
/*===========================================================================*
83
84
Inline Functions
0 commit comments