[ekiga/gnome-2-26] Add information in HACKING file about UTF encoding



commit acdc5e326327a61412ec7fcaf38a866ab3e453e3
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Sat Aug 1 21:35:39 2009 +0200

    Add information in HACKING file about UTF encoding
    
    Conflicts:
    
    	HACKING

 HACKING |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/HACKING b/HACKING
index b6ac82e..f162cec 100644
--- a/HACKING
+++ b/HACKING
@@ -16,4 +16,12 @@ Developers:
   Ekiga.  The .h corresponding to the .cpp file must be included
   before the other includes.  Libraries headers includes must follow
   the application headers includes.  ../config.h must be included
-  before the rest in all .cpp files.
\ No newline at end of file
+  before the rest in all .cpp files.
+- Doxygen: We suggest the JavaDoc style.  It takes a "!" as designator
+  after a normal C/C++ comment begin.  This is followed by specific
+  keywords.  See the code for examples, such as
+  lib/engine/videoinput/videinput-manager.h.
+- Encoding: Ekiga is completely UTF-8.  The only exception is that the
+  (audio/video) device names are in latin-1 for Linux <= 2.6.29, and
+  system codepage for Windows.  The latin2utf and utf2latin functions
+  take care of that.
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]