#include <funapi/types.h>
Go to the source code of this file.
Functions | |
FUNAPI_DLL_VISIBILITY int32_t | fun::util::GetUtf8Length (const std::string &s) |
utf-8 인코딩된 문자열 s의 길이를 반환한다 Counts characters of utf-8 encoded string 's' | |
FUNAPI_DLL_VISIBILITY std::string | fun::util::TruncateUtf8 (const std::string &s, int k) |
utf-8 인코딩된 문자열 s를 글자 수 제한 k개로 잘라내어 반환한다 truncates utf-8 encoded string | |