moved cw_is_utf8 to format_is_utf8.

FossilOrigin-Name: d68e3bec6f9bcf6255ff7e71ae3980a77b207ed1e5bd03cef5778094484108c0
This commit is contained in:
7u83@mail.ru
2016-03-12 08:35:54 +00:00
parent 1dbb599802
commit a1c9895cdb
8 changed files with 73 additions and 43 deletions

View File

@ -81,7 +81,7 @@ static inline int format_hdr_flags(char *dst,uint8_t *th)
}
int cw_is_utf8(unsigned char *str, size_t len);
int format_is_utf8(unsigned char *str, size_t len);
/**@}*/