Subj : src/sbbs3/getmsg.cpp js_global.c mailsrvr.c msgtoqwk.cpp str_util.c st To : Git commit to main/sbbs/master From : Deucе Date : Thu Feb 10 2022 04:45 pm https://gitlab.synchro.net/main/sbbs/-/commit/27f4d8fc5dd644265ff971f0 Modified Files: src/sbbs3/getmsg.cpp js_global.c mailsrvr.c msgtoqwk.cpp str_util.c str_util.h writemsg.cpp Log Message: Rename utf8_to_cp437_str() to utf8_to_cp437_inplace() This will allow naming consistency in encode/* This is the fix you're looking for Keyop. :) .