Re: vfork always fail problem

2010-05-18 Thread Kazuhiro Fujieda
ot;)]; >>+ WCHAR corefile[wcslen (p) + sizeof (L".stackdump")]; > ^^ > No L" is needed here, AFAICT. You are right. > I've checked this in, removing the L. Thank you. > Next time maybe you could send th

Re: vfork always fail problem

2010-05-18 Thread Kazuhiro Fujieda
-8 locales. This call should be GetModuleFileNameW and the type of progname in _pinfo should be wide characters. I attached the patch. -- Kazuhiro Fujieda fuji...@acm.org 2010-05-18 Kazuhiro Fujida * environ.cc (regopt): Change the first argument to wide char string. (environ_in

Re: strftime %b is broken on ja_JP locale

2010-05-14 Thread Kazuhiro Fujieda
h the use of LOCALE_SABBREVMONTHNAME. > Does this really only affect the lcids 411 and 412? As far as I know, Yes. -- Kazuhiro Fujieda fuji...@acm.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: strftime %b is broken on ja_JP locale

2010-05-13 Thread Kazuhiro Fujieda
\c6d4" in Korea. MSDN in Japanese describes so. It, however, returns "5" in both locales. In Chenese, it returns "\u4e94\6708" with the suffix. We can solve this problem with LOCALE_SMONTHNAME* instead of LOCALE_SABBREVMONTHNAME* in these locales. I attathed th

Re: Japanese/Chinese language question

2010-01-29 Thread Kazuhiro Fujieda
. > - are half-width and full-width forms of the same CJK character > treated as equal or as different? Different, too. It is difficult to implement the collation algorithm from scratch. I recommend to use LCMapString to generate sort keys. -- Kazuhiro Fujieda -- Problem reports:

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-26 Thread Kazuhiro Fujieda
ding in the Japanese locale wasn't necessarily EUC-JP. I remember there was a conditional macro in the source of locale.aliases to adjust it about 20 years ago. The default encoding in the X11 locale should be adjusted to the system locale. It is a natural way of solving this problem. -- Ka

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-26 Thread Kazuhiro Fujieda
X systems. In most of all Linux distributions, the default is UTF-8. In OpenSolaris, the default is also UTF-8. On the other hand, the default is SJIS in HP-UX. I believe there is no need to change the default in Cygwin to EUC-JP. -- Kazuhiro Fujieda -- Problem reports: http://cygwin.com/p

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-26 Thread Kazuhiro Fujieda
d correct it. To change the default to eucJP isn't adequate. Regards, -- Kazuhiro Fujieda -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: rebuild libc.a with MB_CAPABLE defined

2002-01-24 Thread Kazuhiro Fujieda
e role of the MB_CAPABLE definition in newlib. The feature enabled by this definition can work on any platform. | AIST Kazuhiro Fujieda <[EMAIL PROTECTED]> | HOKURIKU Center for Information Science o_/ 1990 Japan Advanced Institute of Science and Technology -- Unsubscribe

Re: Configurable behaviour when remapping cygdrive - please!

2001-12-03 Thread Kazuhiro Fujieda
ygwin root directory, we can't avoid deleting all files with typing `rm -rf /' on the FAT file system. | AIST Kazuhiro Fujieda <[EMAIL PROTECTED]> | HOKURIKU Center for Information Science o_/ 1990 Japan Advanced Institute of Science and Technology -- Unsubscr