From 33cf0d42177ccb33bd301c00969356c270626f25 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 22 Apr 2004 11:43:40 +0000 Subject: Document UTF-8 requirement. 2004-04-22 Christian Persch * HACKING: Document UTF-8 requirement. * lib/widgets/ephy-cell-renderer-progress.c: * lib/widgets/ephy-cell-renderer-progress.h: * src/bookmarks/ephy-bookmarks-menu.h: * ChangeLog: Converted to UTF-8. --- HACKING | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index 60e3807e9..433872104 100644 --- a/HACKING +++ b/HACKING @@ -5,6 +5,7 @@ need to stick to in order to get your patch accepted: - curly brackets are on a new line - please compare with NULL or FALSE isntead of using "!" - callback functions have a suffix _cb +- all files have to be encoded in UTF-8 Comment blocks are written like this: @@ -14,7 +15,10 @@ need to stick to in order to get your patch accepted: When submitting a patch or committing to cvs do not forget to write a Changelog entry. Please put both a description -and a reference to the bug (if there is one). +and a reference to the bug (if there is one). Write your entry +using UTF-8 encoding, and make sure your editor doesn't mangle +the encoding of the ChangeLog file. + Example of an entry: -- cgit v1.2.3