VC++ project changes to add new Unicode files and modules.
(I did this under VC++ 5.0 -- hope this doesn't break anything.)
diff --git a/PC/config.c b/PC/config.c
index 26772af..2efd6c2 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -67,6 +67,8 @@
 extern void initwinsound();
 extern void init_locale();
 #endif
+extern void init_codecs();
+extern void initunicodedata();
 
 /* -- ADDMODULE MARKER 1 -- */
 
@@ -113,6 +115,9 @@
 	{"_locale", init_locale},
 #endif
 
+	{"_codecs", init_codecs},
+	{"unicodedata", initunicodedata},
+
 /* -- ADDMODULE MARKER 2 -- */
 
         /* This module "lives in" with marshal.c */