Encoding. jME developers PLEASE READ

Java source code should use UTF-8 encoding.  I fixed all wrong encodings about a month ago, but now I see, by compiler warnings, that two developers have reverted encodings back to ISO-8859.  Please see http://www.jmonkeyengine.com/wiki/doku.php?id=chapter_1_-_getting_started#development_conventions.  I’ll fix the current instances again, but please configure your editors.



It’s important to keep compiler warnings to a minimum so that it’s easy to spot real problems.

We can add this setting in the eclipse project file.

I'll do that later.



i'll also move the 'development_conventions.' from the getting started page to the front page to the "Infos for Contributors / Developers" section.

So it will be easier to find.

http://www.jmonkeyengine.com/wiki/doku.php

Great.



I was thinking recently, that maybe DarkFrog or mulova could add the a sentence or two about the new varargs logging convention that was settled upon, both to the dev conventions and logging system pages?

Development Conventions can now be found here (linked from main page):

http://www.jmonkeyengine.com/wiki/doku.php?id=development_conventions



The eclipse setting is also checked in.


Index: .settings/org.eclipse.core.resources.prefs
===================================================================
--- .settings/org.eclipse.core.resources.prefs   (revision 0)
+++ .settings/org.eclipse.core.resources.prefs   (revision 0)
@@ -0,0 +1,3 @@
+#Thu Apr 30 18:58:32 CEST 2009
+eclipse.preferences.version=1
+encoding/<project>=UTF-8

blaine said:

I was thinking recently, that maybe DarkFrog or mulova could add the a sentence or two about the new varargs logging convention that was settled upon, both to the dev conventions and logging system pages?


I would, but these days I prefer to hide out and just comment from my lilypad. :-p

Sorry.

I'll be more careful about this.  :wink:

blaine said:

I was thinking recently, that maybe DarkFrog or mulova could add the a sentence or two about the new varargs logging convention that was settled upon, both to the dev conventions and logging system pages?

Added comment to both of the pages.
But I'm not good at english and wiki. Please anyone refine this. ://