* Path for renames during restore and renames during share (thanks to Bryan Aldrich...
[vss2svn.git] / legacy / devnotes.txt
blob664f1488888c1b5b5ab7a29540f510a7928ed641
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
5     use Encode;
6     decode("utf-8", $string);
8 Date/Time Localization
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
12     
13 Calculate two's complement (for ActiveTimeBias):
14     use integer; $a = $a + 0;
15     
16 VSS error messages
17     http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guides/html/vsorierrormessages.asp