Ajout des fichiers des séances précédentes
This commit is contained in:
10
DEV1.1/TP03/test.c
Normal file
10
DEV1.1/TP03/test.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("Unicode : %c%c\n", '\xC3', '\xAE');
|
||||
printf("Latin 1 : %c\n", '\xEE');
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
/* On en déduit que le caractère î n'existe pas en Latin 1 */
|
Reference in New Issue
Block a user