Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: third_party/liblouis/README.chromium

Issue 589133002: Make undefined Unicode characters show up in a nicer way in braille. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moretables
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Braille Translation Library 1 Name: Braille Translation Library
2 Short Name: liblouis 2 Short Name: liblouis
3 URL: https://github.com/liblouis/liblouis 3 URL: https://github.com/liblouis/liblouis
4 Version: 2.6.0 4 Version: 2.6.0
5 License: LGPL3 and GPL3 5 License: LGPL3 and GPL3
6 License Android Compatible: No 6 License Android Compatible: No
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
11 Liblouis is an open-source braille translator and back-translator. It 11 Liblouis is an open-source braille translator and back-translator. It
12 features support for computer and literary braille, and supports 12 features support for computer and literary braille, and supports
13 contracted and uncontracted translation for many languages. 13 contracted and uncontracted translation for many languages.
14 14
15 libloius is used in a native client binary in ChromeVox and not linked into 15 libloius is used in a native client binary in ChromeVox and not linked into
16 Chrome itself. 16 Chrome itself.
17 17
18 Local Modifications: 18 Local Modifications:
19 19
20 * Add manually created liblouis.h with compiler warning fix. 20 * Add manually created liblouis.h with compiler warning fix.
21 * Add minimal config.h. 21 * Add minimal config.h.
22 * Add tables.json a list of tables with metadata. 22 * Add tables.json a list of tables with metadata.
23 * Add cvox-common.cti with common definitions for all tables mentioned in
David Tseng 2014/09/22 17:53:05 nit: are these sroted in some order?
24 tables.json.
23 * Add a wrapper to expose the library in native client. 25 * Add a wrapper to expose the library in native client.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698