mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
build: remove explicit iconv dependency in libtransmission (#4565)
This commit is contained in:
@@ -204,7 +204,7 @@ constexpr bool tr_strvSep(std::string_view* sv, std::string_view* token, char de
|
||||
|
||||
[[nodiscard]] std::string_view tr_strvStrip(std::string_view str);
|
||||
|
||||
[[nodiscard]] std::string tr_strvUtf8Clean(std::string_view cleanme);
|
||||
[[nodiscard]] std::string tr_strv_replace_invalid(std::string_view cleanme, uint32_t replacement = 0xFFFD /*<2A>*/);
|
||||
|
||||
/**
|
||||
* @brief copies `src` into `buf`.
|
||||
|
||||
Reference in New Issue
Block a user