id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 73,sources contain non ascii characters,Thomas Bernard,PulkoMandy,"there are 8bit chars in the comments, that should be removed as we translate the comments to english :) but also in the code. {{{ ./const.h:82:34: note: expanded from macro 'ELLIPSIS_CHARACTER' #define ELLIPSIS_CHARACTER '<85>' ^ buttons.c:3893:46: warning: illegal character encoding in string literal [-Winvalid-source-encoding] Window_set_normal_button( 58, 46, 37,14,""90"" ,0,1,Config_Key[SPECIAL_ROTATE_90][0]); // 4 ^~~~ }}} to avoid problem with encoding of source files, we should replace theses non ASCII characters in litterals by \x85 (hexadecimal) or \205 (octal) I will make a script able to do that ",defect,closed,minor,2.6,GrafX2,2.5,fixed,,