Re: [Kde-accessibility] Gnome-braille.
Bill Haneman <[email protected]>
| Newsgroups | gmane.comp.gnome.accessibility.general,gmane.comp.kde.devel.accessibility |
|---|---|
| Message-ID | <[email protected]> |
Sorry, following up on my own email: The unicode methods we use (we need these or their functional equivalents): (easy ones first) g_ucs4_to_utf8 g_utf8_strlen g_utf8_offset_to_pointer g_utf8_get_char g_utf8_next_char g_unichar_to_utf8 (now the hard ones...) g_unichar_break_type g_unicode_canonical_decomposition g_utf8_validate If anyone has a small library that we can use in common for this, I'm all ears. regards, Bill