rafal.bigaj (Rafal Bigaj)
- Login: rafal.bigaj
- Email: rafal.bigaj@gmail.com
- Registered on: 02/01/2011
- Last sign in: 08/05/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/08/2011
-
04:38 PM Ruby Bug #4854 (Closed): Invalid locale_charmap (CP0) when running as Windows Service
- When ruby process is run as Windows Service the console codepage is not set, GetConsoleCP returns 0.
As a result function rb_locale_charmap refers to not existing codepage: CP0.
It has a dramatic performance drawback on the system when...