Bonjour,
j'essaye de compiler un fichier source au format UTF-8.
mais gcc me retourne une erreur. Alors que pourtant j'utilise la version 3.4, avec l'option -finput-charset=utf-8
$>gcc -finput-charset=UTF-8 and -fexec-charset=UTF-8 test_utf8.c
test_utf8.c:1: error: stray '\239' in program
test_utf8.c:1: error: stray '\187' in program
test_utf8.c:1: error: stray '\191' in program
$>file test_utf8.c:
test_utf8.c: UTF-8 Unicode text
/slvn