diff src/emacs.c @ 4834:b3ea9c582280

Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author Ben Wing <ben@xemacs.org>
date Tue, 12 Jan 2010 01:38:04 -0600
parents 3be2c7c0ef4b
children 95c4ced5c07c
line wrap: on
line diff
--- a/src/emacs.c	Sun Jan 10 01:06:15 2010 -0600
+++ b/src/emacs.c	Tue Jan 12 01:38:04 2010 -0600
@@ -2414,8 +2414,11 @@
 	 then we suddenly have dependence on the previous call. */
       complex_vars_of_file_coding ();
 #ifdef WIN32_ANY
+      /* Define MS-Windows Unicode coding systems */
       complex_vars_of_intl_win32 ();
 #endif
+      /* Define UTF-8 coding system */
+      complex_vars_of_unicode ();
 
       /* At this point we should be able to do conversion operations.
          We have initialized things to the point that we can create Lisp