64 lines
2.6 KiB
Plaintext
64 lines
2.6 KiB
Plaintext
#tr#1#Turkish Uncontracted#tr#Turkish
|
|
#
|
|
# liblouis: Turkish Braille Code (Grade 1)
|
|
#
|
|
# Copyright (C) 2014, Greg Kearney, gkearney@gmail.com
|
|
# Copyright (C) 2014-2016 Arend Arends <arendarends@ziggo.nl>
|
|
#
|
|
# 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 2.1 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/>.
|
|
|
|
# Taken from several examples by Greg Kearney (2014) for South African
|
|
# languages with only slight modifications (additions) This is
|
|
# unchanged after the LibLouis upgrade to version 3.0.0 (with only the
|
|
# include file en-ueb-g1.ctb changed)
|
|
|
|
# Based on English UEB Grade 1
|
|
|
|
# Used to display symbols, Unicode chars and other symbols used
|
|
# throughout UEB code.
|
|
|
|
include en-ueb-g1.ctb
|
|
|
|
# Turkish characters (added by Arend Arends)
|
|
|
|
lowercase \x00e2 345 LATIN LETTER A WITH CIRCUMFLEX
|
|
lowercase \x00e7 16 LATIN LETTER C WITH CEDILLA
|
|
lowercase \x00ee 34 LATIN LETTER I WITH CIRCUMFLEX
|
|
lowercase \x00f6 246 LATIN LETTER O WITH DIAERESIS
|
|
lowercase \x00fb 156 LATIN LETTER U WITH CIRCUMFLEX
|
|
lowercase \x00fc 1256 LATIN LETTER U WITH DIAERESIS
|
|
lowercase \x011f 126 LATIN LETTER G WITH BREVE
|
|
lowercase \x015f 146 LATIN LETTER S WITH CEDILLA
|
|
|
|
base uppercase \x00c2 \x00e2 LATIN LETTER A WITH CIRCUMFLEX
|
|
base uppercase \x00c7 \x00e7 LATIN LETTER C WITH CEDILLA
|
|
base uppercase \x00ce \x00ee LATIN LETTER I WITH CIRCUMFLEX
|
|
base uppercase \x00d6 \x00f6 LATIN LETTER O WITH DIAERESIS
|
|
base uppercase \x00db \x00fb LATIN LETTER U WITH CIRCUMFLEX
|
|
base uppercase \x00dc \x00fc LATIN LETTER U WITH DIAERESIS
|
|
base uppercase \x011e \x011f LATIN LETTER G WITH BREVE
|
|
base uppercase \x015e \x015f LATIN LETTER S WITH CEDILLA
|
|
|
|
# special case, in basic latin capital i is dotless, in Turkish there
|
|
# is a character i lower/upper case both with a dot and a character i
|
|
# lower/upper case both without dot
|
|
|
|
# this definition overwrites the previous definition
|
|
lowercase \x0131 35 LATIN SMALL LETTER DOTLESS I
|
|
base uppercase I \x0131 LATIN CAPITAL LETTER I/SMALL LETTER DOTLESS I
|
|
base uppercase \x0130 i LATIN CAPITAL LETTER I WITH DOT/SMALL LETTER i
|