X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fi18n.h;h=55f747b3dcd9cddb654ffd474e2b7ef67fef39bb;hb=9d1d71e732eeed85ca3002b264e1269cdd005a3f;hp=78a97378cb75dcbae05f2e58db62785ea33622d7;hpb=f5099c58d17e8f66a74a84918e688ef17936d392;p=pspp-builds.git diff --git a/src/libpspp/i18n.h b/src/libpspp/i18n.h index 78a97378..55f747b3 100644 --- a/src/libpspp/i18n.h +++ b/src/libpspp/i18n.h @@ -44,6 +44,19 @@ struct substring recode_substring_pool (const char *to, const char *from, size_t recode_string_len (const char *to, const char *from, const char *text, int len); +char *utf8_encoding_trunc (const char *, const char *encoding, + size_t max_len); +size_t utf8_encoding_trunc_len (const char *, const char *encoding, + size_t max_len); + +char *utf8_encoding_concat (const char *head, const char *tail, + const char *encoding, size_t max_len); +size_t utf8_encoding_concat_len (const char *head, const char *tail, + const char *encoding, size_t max_len); + +char *utf8_to_filename (const char *filename); +char *filename_to_utf8 (const char *filename); + bool valid_encoding (const char *enc); char get_system_decimal (void);