00:04:36 *** PlauSocks|AFK is now known as PlauSocks 02:44:46 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 03:10:10 *** rcmaehl has quit (Quit: Power-idling in 59 channels on 12 networks.) 04:01:17 *** ronjn___ (ronjn@dslb-088-066-103-199.pools.arcor-ip.net) has joined #portableapps 04:03:20 *** ronjn has quit (Ping timeout: 276 seconds) 04:20:34 *** gluxon has parted #portableapps (None) 05:10:33 *** TPFC-SYSTEM (opera@cs181248068.pp.htv.fi) has joined #portableapps 05:25:57 *** PlauSocks is now known as PlauSocks|AFK 05:44:41 *** kosto (~michal@bband-dyn241.95-103-119.t-com.sk) has joined #portableapps 06:27:14 *** Bivor (~Bivor@58.97.242.206) has joined #portableapps 06:29:04 *** Bivor has quit (Client Quit) 08:21:20 *** kosto has quit (Read error: Connection reset by peer) 08:23:24 *** kosto (~michal@bband-dyn241.95-103-119.t-com.sk) has joined #portableapps 08:25:44 *** kosto has quit (Client Quit) 08:39:48 *** Sorella (~sorella@20158228182.user.veloxzone.com.br) has joined #portableapps 08:40:01 *** Sorella has parted #portableapps (None) 10:01:34 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 10:28:04 *** kaeos (~Miranda@90.164.135.241) has joined #portableapps 11:14:22 *** kaeos has quit (Quit: kaeos) 12:28:21 *** kosto (~michal@bband-dyn241.95-103-119.t-com.sk) has joined #portableapps 13:41:10 *** ChrisMorgan has quit (Quit: Leaving.) 13:57:21 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 14:21:21 *** TPFC-SYSTEM has quit (Quit: TPFC-SYSTEM) 14:33:36 *** TPFC-SYSTEM (opera@cs181248068.pp.htv.fi) has joined #portableapps 16:59:47 *** benedikt93 has quit (Quit: Bye ;)) 17:05:57 *** kosto has quit (Read error: Connection reset by peer) 17:08:18 *** kosto (~michal@bband-dyn241.95-103-119.t-com.sk) has joined #portableapps 17:53:51 *** MaienM_ has quit (Quit: Bye!!!!) 17:55:41 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 17:58:40 *** Thasmo (~thasmo@d86-32-70-74.cust.tele2.at) has joined #portableapps 18:31:54 *** kosto has quit (Read error: Connection reset by peer) 18:39:05 *** kosto (~michal@bband-dyn241.95-103-119.t-com.sk) has joined #portableapps 19:00:39 *** kaeos (~Miranda@90.164.135.241) has joined #portableapps 19:01:05 *** kaeos has quit (Client Quit) 19:34:28 *** TPFC-SYSTEM has quit (Quit: TPFC-SYSTEM) 19:49:22 *** kosto has quit (Read error: Connection reset by peer) 19:59:37 *** PlauSocks|AFK is now known as PlauSocks 21:11:47 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 22:05:59 *** MaienM is now known as MaienM|Sleep 22:15:18 *** Thasmo has quit () 22:20:28 *** J21 has quit (*.net *.split) 22:20:28 *** jason404 has quit (*.net *.split) 22:21:17 *** dbdii407 has quit (*.net *.split) 22:21:18 *** GizmoBot has quit (*.net *.split) 22:21:18 *** Gizmokid2005 has quit (*.net *.split) 22:23:24 *** jason404 (~jason404@31-222-188-155.static.cloud-ips.co.uk) has joined #portableapps 22:23:24 *** J21 (20258@ninthfloor.org) has joined #portableapps 22:23:24 *** dbdii407 (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 22:23:24 *** Gizmokid2005 (~Gizmokid2@vps2.gizmokid2005.com) has joined #portableapps 22:23:24 *** GizmoBot (~GizmoBot@vps2.gizmokid2005.com) has joined #portableapps 22:24:07 palogbot is the logging bot for #portableapps . Logs are found at http://nascent-project.org/irc/logs . If he dies: http://nascent-project.org/portableapps/irc/restart 22:24:10 Bensawsome is from the PortableApps.com forums, likes waffles VERY MUCH, and has a site at http://www.bensawsome.com . He also maintains StatBot and the IRCStats pages @ http://www.bensawsome.com/ircstats 22:24:10 agdurrette is awesome! nuff said. 22:24:12 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 22:29:36 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 22:32:41 *** kAlug (bb4a0fd8@gateway/web/freenode/ip.187.74.15.216) has joined #portableapps 22:59:43 ChrisMorgan: Are you there? 23:01:02 Yep 23:01:57 How do I convert $DataDirectory/%PAL:DataDir% to UTF-8? 23:02:31 In NSIS? No idea! 23:02:57 WideCharToMultiByte (or the reverse) for $DataDirectory, I think. The internal variables are UTF-16LE, right? 23:03:22 Should be. 23:05:02 Yep, I was just looking at what Mark did in CallANSIPlugin.nsh, that's using WideCharToMultiByte. And he's got macros for it already, actually. 23:06:40 Good. Is that in PAL source code? 23:06:45 Yep 23:07:28 ${VarToUTF8} $var 23:07:28 Great. Be back soon. Coding from my new notebook and I still haven't shared the Internet with it. 23:07:47 And there's ${PushAsUTF8} etc. too 23:23:36 Humpf... didn't work. I'll try to convert the entire file to UTF-16LE instead. 23:29:07 *** PlauSocks is now known as PlauSocks|AFK 23:31:55 I'm not sure how successful you'll be writing UTF-8. I've never tried it. ANSI has always been enough for me. 23:51:34 I need to do a find/replace on an UTF-8 file.