From 5331c984da8d89fa71d9ed0cc2425ebfc8293b71 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 14 Mar 2007 08:03:22 +0000 Subject: [PATCH] Updated. --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index ff3b2392..8ed4d93c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -7,8 +7,6 @@ UNICODE: - Windows: Can use Unicode, but might only allow "codepages" ... Use GetProcAddress() to find Unicode entry points on WinNT-based systems, otherwise try to use a sane codepage. -- Mac Classic: apparently supports _something_, but I might just write it off - as a loss. - OS/2: Codepages. No full Unicode in the filesystem, but we can probably make a conversion effort. - Everywhere: Move stricmp() out of platform layer and make it grok UTF-8.