From 973cd8d5e37dba2e15de3d3fd1965d2fbfc2cdab Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Wed, 19 Dec 2012 18:38:04 -0500 Subject: EN: Link the French translation to the interface. FR: Ajout de la traduction française à l'interface. EN: * bdf_font.c: Add support for having a main font, [0], of more than 128 characters. Refactor character width checks into a new function, BDF_width16_ucs. * bdf_font.h, draw.h, gui.c: Use UTF-8 for all strings to allow more translations. Use BDF_width16_ucs where possible. FR: * bdf_font.c: Prendre en charge une police principale, [0], de plus de 128 caractères. Diriger les vérifications de la largeur d'un caractère vers une nouvelle routine, BDF_width16_ucs. * bdf_font.h, draw.h, gui.c: Utiliser le codage UTF-8 pour toutes les chaînes pour permettre d'autres traductions. Utiliser BDF_width16_ucs là où c'est possible. --- CATSFC/system/Pictochat-16.odf | Bin 0 -> 104242 bytes CATSFC/system/verdana.odf | Bin 2401 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 CATSFC/system/Pictochat-16.odf delete mode 100644 CATSFC/system/verdana.odf (limited to 'CATSFC') diff --git a/CATSFC/system/Pictochat-16.odf b/CATSFC/system/Pictochat-16.odf new file mode 100644 index 0000000..5112dda Binary files /dev/null and b/CATSFC/system/Pictochat-16.odf differ diff --git a/CATSFC/system/verdana.odf b/CATSFC/system/verdana.odf deleted file mode 100644 index 0ee27a8..0000000 Binary files a/CATSFC/system/verdana.odf and /dev/null differ -- cgit v1.2.3