comparison 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
comparison
equal deleted inserted replaced
4833:4dd2389173fc 4834:b3ea9c582280
2391 { 2391 {
2392 #ifdef MULE 2392 #ifdef MULE
2393 set_current_lcid (GetUserDefaultLCID ()); 2393 set_current_lcid (GetUserDefaultLCID ());
2394 #endif /* MULE */ 2394 #endif /* MULE */
2395 2395
2396 #ifdef HAVE_CYGWIN_CONV_PATH
2397 Fprovide (intern ("cygwin-use-utf-8"));
2398 #endif
2399
2396 if (initialized) 2400 if (initialized)
2397 /* If not initialized, we also call this, but early -- see the 2401 /* If not initialized, we also call this, but early -- see the
2398 previous function. */ 2402 previous function. */
2399 determine_if_using_unicode (); 2403 determine_if_using_unicode ();
2400 } 2404 }