--- lbbs/include/str_process.h 2025/11/05 04:19:21 1.15 +++ lbbs/include/str_process.h 2026/01/03 10:27:14 1.17 @@ -3,7 +3,7 @@ * str_process * - common string processing features with UTF-8 support * - * Copyright (C) 2004-2025 Leaflet + * Copyright (C) 2004-2026 Leaflet */ #ifndef _STR_PROCESS_H_ @@ -16,6 +16,8 @@ enum str_process_constant_t MAX_SPLIT_FILE_LINES = 65536, }; +extern int UTF8_fixed_width; + extern int str_length(const char *str, int skip_ctrl_seq); extern int split_line(const char *buffer, int max_display_len, int *p_eol, int *p_display_len, int skip_ctrl_seq);