Mercurial > hg > xemacs-beta
diff src/intl-win32.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 | 257b468bf2ca |
children | 8b63e21b0436 |
line wrap: on
line diff
--- a/src/intl-win32.c Sun Jan 10 01:06:15 2010 -0600 +++ b/src/intl-win32.c Tue Jan 12 01:38:04 2010 -0600 @@ -2393,6 +2393,10 @@ set_current_lcid (GetUserDefaultLCID ()); #endif /* MULE */ +#ifdef HAVE_CYGWIN_CONV_PATH + Fprovide (intern ("cygwin-use-utf-8")); +#endif + if (initialized) /* If not initialized, we also call this, but early -- see the previous function. */