It's not something I care about for the purposes of this simple modification.

This commit is contained in:
boludoz 2023-10-06 23:04:41 -03:00
parent 7455763407
commit 840de27fa0

View file

@ -8,10 +8,6 @@
#include <windows.h> // For MultiByteToWideChar (cannon UTF-8 with Windows)
#endif
/* TODO: Add support for 'https://github.com/unicode-org/icu' to handle UTF-8.
* This will be necessary for support UTF-8 cannon on Linux and macOS conversions.
*/
#include "common/fs/fs_util.h"
#include "common/polyfill_ranges.h"