From d6647fa86d0ba21db88c3d27a1564aa7a42515b0 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 3 Apr 2007 01:08:50 +0000 Subject: [PATCH] Updated. --- TODO.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 0e0621e3..9425051b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,9 +4,6 @@ These are in no particular order. Some might be dupes, some might be done already. 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. - OS/2: Codepages. No full Unicode in the filesystem, but we can probably make a conversion effort.