1 This file is for my own development use only! These are just notes to myself
2 whenever I think of something that might come in useful later.
4 UTF-8 support in Perl 5.8
6 decode("utf-8", $string);
9 HKEY_CURRENT_USER\Control Panel\International
10 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
11 ActiveTimeBias is number of minutes to subtract from GMT
13 Calculate two's complement (for ActiveTimeBias):
14 use integer; $a = $a + 0;
17 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guides/html/vsorierrormessages.asp