jimsong (Jimmy Song)
- Login: jimsong
- Email: jimcsong@gmail.com
- Registered on: 01/15/2014
- Last sign in: 01/27/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/15/2014
-
06:26 PM Ruby Bug #9414: strftime returns incorrectly encoded string
- Issue #9414 has been updated by Jimmy Song.
Ah, ok, I think I got it:
C:\Ruby200\bin>chcp
Page de codes active : 850
----------------------------------------
Bug #9414: strftime returns incorrectly encoded string
https://b... -
06:26 PM Ruby Bug #9414: strftime returns incorrectly encoded string
- Issue #9414 has been updated by Jimmy Song.
How do I determine the system code page?
----------------------------------------
Bug #9414: strftime returns incorrectly encoded string
https://bugs.ruby-lang.org/issues/9414#change... -
06:23 PM Ruby Bug #9414: strftime returns incorrectly encoded string
- Ah, ok, I think I got it:
C:\Ruby200\bin>chcp
Page de codes active : 850 -
06:18 PM Ruby Bug #9414: strftime returns incorrectly encoded string
- How do I determine the system code page?
-
03:34 AM Ruby Bug #9414 (Feedback): strftime returns incorrectly encoded string
- On French Windows 7 with date set to July 1 2014 (summer daylight savings time):
```
C:\Ruby200\bin>irb
DL is deprecated, please use Fiddle
irb(main):001:0> Time.now.strftime("%Z")
=> "Centre (heure d\x92\xE9t\xE9)"
irb(main):002...