From 7682cb5ca8f201be74dc12c1388cdd69a6c178bc Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Tue, 24 Nov 2009 20:41:42 +0000 Subject: FS#10720 - Support for displaying diacritic characters This commit corrects the display of diacritic characters, which exist in many languages. Hopefully, it will make Rockbox much more usable for users of these languages. Diacritic information (which used to decide whether a given character is diacritic or not) is taken from the Unicode Standard, Version 5.2. This feature does not affect drawing performance much, as the diacritic database is cached (simple MRU mechanism). There may be room for further performance, footprint, and code-reuse wise improvements, that could be worked on in the future. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23742 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 18106df2cf..5221d3fb8d 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -95,6 +95,7 @@ drivers/lcd-16bit-vert.c drivers/lcd-16bit.c #endif #endif /* LCD_DEPTH */ +drivers/diacritic.c #endif /* HAVE_LCD_BITMAP */ #ifdef HAVE_REMOTE_LCD -- cgit v1.2.3