Commit 0f350167 authored by Max Kellermann's avatar Max Kellermann

lib/icu/Converter: add TODO comment

parent c641ca90
......@@ -51,6 +51,7 @@ IcuConverter::Create(const char *charset, Error &error)
static std::string
DoConvert(GIConv conv, const char *src)
{
// TODO: dynamic buffer?
char buffer[4096];
char *in = const_cast<char *>(src);
char *out = buffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment