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

Unified Diff: chrome_linux/resources/chromeos/chromevox/chromevox/background/braille/tables/cs-translation.ctb

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome_linux/resources/chromeos/chromevox/chromevox/background/braille/tables/cs-translation.ctb
===================================================================
--- chrome_linux/resources/chromeos/chromevox/chromevox/background/braille/tables/cs-translation.ctb (revision 273864)
+++ chrome_linux/resources/chromeos/chromevox/chromevox/background/braille/tables/cs-translation.ctb (working copy)
@@ -1,72 +0,0 @@
-#
-# Copyright (C) 2011 by Bert Frees <bertfrees@gmail.com>
-# Copyright (C) 2011 by Jan Halousek <merit@login.cz>
-#
-# This file is part of liblouis.
-#
-# liblouis is free software: you can redistribute it and/or modify it
-# under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 3 of the
-# License, or (at your option) any later version.
-#
-# liblouis is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with liblouis. If not, see
-# <http://www.gnu.org/licenses/>.
-#
-# ----------------------------------------------------------------------------------------------
-#
-# Czech Braille
-#
-# Created and maintained by Bert Frees <bertfrees@gmail.com>
-# Jan Halousek <merit@login.cz>
-#
-# Based on the official Czech Braille Standard
-# ----------------------------------------------------------------------------------------------
-
-# ----------------------------------------------------------------------------------------------
-# Braille indicator opcodes
-# ----------------------------------------------------------------------------------------------
-
-numsign 3456
-capsign 6
-begcaps 56
-endcaps 5
-
-# ----------------------------------------------------------------------------------------------
-# Literary digits
-# ----------------------------------------------------------------------------------------------
-
-litdigit 1 1
-litdigit 2 12
-litdigit 3 14
-litdigit 4 145
-litdigit 5 15
-litdigit 6 124
-litdigit 7 1245
-litdigit 8 125
-litdigit 9 24
-litdigit 0 245
-
-# ----------------------------------------------------------------------------------------------
-# Decimal points, hyphens
-# ----------------------------------------------------------------------------------------------
-
-decpoint \x002C 2
-decpoint \x002E 3
-hyphen \x002D 36
-
-# ----------------------------------------------------------------------------------------------
-# Letter prefix in numbers
-# ----------------------------------------------------------------------------------------------
-
-class digitletter abcdefghij
-context $d[]%digitletter @5
-context $d"."[]%digitletter @5
-context $d","[]%digitletter @5
-
-# ----------------------------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698