Update OWNERS in c/b/ui/webui/chromeos
[chromium-blink-merge.git] / third_party / liblouis / README.chromium
blob3178a464ff89e90efa2c811ef77020a88335566b
1 Name: Braille Translation Library
2 Short Name: liblouis
3 URL: http://liblouis.googlecode.com/svn/tags/liblouis_2_5_1
4 Version: 2.5.1
5 License: LGPL3
6 License File: LICENSE
7 Security Critical: yes
9 Description:
10 Liblouis is an open-source braille translator and back-translator. It
11 features support for computer and literary braille, and supports
12 contracted and uncontracted translation for many languages.
14 libloius is used in a native client binary in ChromeVox and not linked into
15 Chrome itself.
17 Local Modifications:
19 * Add manually created liblouis.h.
20 * On Android: log to logcat.
21 * Fix backtranslation to not output unicode braille patterns
22   (svn r838)
23 * Fix 3 letters in Danish 8 dot braille table, reverting part of svn r238.
24 * Fix out-of-bounds array access (code removed by upstream).
25 * Fix compiler warnings (part of svn r856).
26 * Add tables.json a list of tables with metadata.
27 * Add a wrapper to expose the library in native client.