Thread: Missing border
View Single Post
  #16  
Unread 06-25-2007, 03:47 PM
neoflee neoflee is offline
A Coastal Crab
 
Join Date: Dec 2006
Server: Antonia Bayle
Posts: 1
Default

Quote:
Originally Posted by Othesus View Post
Hmm, now that I look at the files again I see that the file pushed down was UTF-16 with a little-endian byte order mark. So that was the problem for that file.

After a couple more tests, it looks like the file has to be in UTF-8 format with the Windows style byte order mark EF BB BF at the beginning. When the UIBuilder sees this it properly changes ' to ' when loading the file. When it gets an ANSI text file (which looks exactly the same as UTF-8 without the BOM) it leaves ' as '
so how do we fix it? I replaced what u sd to, but no change still in map
Reply With Quote