From 840de27fa07728da1013cfb75117d2bf5ad7ffe4 Mon Sep 17 00:00:00 2001 From: boludoz Date: Fri, 6 Oct 2023 23:04:41 -0300 Subject: [PATCH] It's not something I care about for the purposes of this simple modification. --- src/common/fs/fs_util.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/fs/fs_util.cpp b/src/common/fs/fs_util.cpp index 812293f4e1..e4833dd3d7 100644 --- a/src/common/fs/fs_util.cpp +++ b/src/common/fs/fs_util.cpp @@ -8,10 +8,6 @@ #include // 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"