mIRC Home    About    Download    Register    News    Help

Print Thread
E
eXonyte
eXonyte
E
Setting the timestamp format to have a • character in it no longer works properly whether set in the Options dialog or via /timestamp -f. The timestamp is set, viewable both in the Options dialog and via $timestampfmt but the actual timestamp displayed in the channel is the default [HH:nn]. $timestamp also returns the [HH:nn] style timestamp.

Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
Confirmed on Win7 64bit

E
eXonyte
eXonyte
E
Thanks for reminding me: I forgot to include that I'm on Win7 x64 also.

I also just discovered that the same time format supplied to $asctime() is returning $null.

Last edited by eXonyte; 07/04/10 02:02 PM.
Joined: Dec 2002
Posts: 3,841
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,841
Thanks, it turns out that some CRT library time-related functions fail to work if a string contains a unicode character. I have changed my time evaluation routine to get around this in the next version.


Link Copied to Clipboard