I am using FB beta 3 (will be buying the real deal in a day or so). I have noticed an odd thing when I create properties files. The project is set to UTF-8 encoding, but when I create a properties file its encoding is set to ISO-8859.1, which it calls "default". Why doesn't the file inherit the properties set for the whole project?
When I try to set the encoding to UTF-8 I get warnings that this "conflicts with the encoding set in the content type". I have not seen any place except in the project properties where I can set a default encoding, and that is, as I said, already set to UTF-8. Moreover, although the project is set to UTF-8 and the wrapper HTML page is also so set, accented characters in some of the languages I need to work with are not displaying properly. I can see the characters correctly in the modified properties file, but when I call them into the compiled app they appear as boxes. I have checked, and my Firefox settings are also set to UTF-8.

