View Single Post
  #54 (permalink)  
Old 04-27-2007, 11:57 AM
nmeister's Avatar
nmeister
PPCGeeks Regular
Offline
 
Join Date: Oct 2006
Posts: 198
Reputation: 0
nmeister is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: FTP Issues

Quote:
Originally Posted by Jonahan
Just a note, if you use an FTP application to download from the site, as opposed to just using a browser, you NEED to set you program to download in binary ONLY. If you let it download .txt files using ASCII, your program will likely convert unicode characters found within the text files in the OEMs to garbage.

If this happens, you may find that the OEM application may still install, but it is unlikely that any icons to the application will be created in their normal places.
GREAT POST. That was beginning to get really annoying for me. I cant believe I forgot to do that.