192 |
- |
1 |
###############################################################################
|
|
|
2 |
# BRLTTY - A background process providing access to the console screen (when in
|
|
|
3 |
# text mode) for a blind person using a refreshable braille display.
|
|
|
4 |
#
|
|
|
5 |
# Copyright (C) 1995-2018 by The BRLTTY Developers.
|
|
|
6 |
#
|
|
|
7 |
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
|
|
|
8 |
#
|
|
|
9 |
# This is free software, placed under the terms of the
|
|
|
10 |
# GNU Lesser General Public License, as published by the Free Software
|
|
|
11 |
# Foundation; either version 2.1 of the License, or (at your option) any
|
|
|
12 |
# later version. Please see the file LICENSE-LGPL for details.
|
|
|
13 |
#
|
|
|
14 |
# Web Page: http://brltty.com/
|
|
|
15 |
#
|
|
|
16 |
# This software is maintained by Dave Mielke <dave@mielke.cc>.
|
|
|
17 |
###############################################################################
|
|
|
18 |
|
|
|
19 |
# This text subtable defines braille representations for the chess figures in
|
|
|
20 |
# terms of the letters that are used for them in the German language.
|
|
|
21 |
|
|
|
22 |
# See: http://en.wikipedia.org/wiki/Chess_symbols_in_Unicode
|
|
|
23 |
|
|
|
24 |
glyph \u2654 (1 3 7 ) # â¡… â™” [WHITE CHESS KING]
|
|
|
25 |
glyph \u2655 (1 45 7 ) # ⡙ ♕ [WHITE CHESS QUEEN]
|
|
|
26 |
glyph \u2656 ( 2345 7 ) # â¡ž â™– [WHITE CHESS ROOK]
|
|
|
27 |
glyph \u2657 (123 7 ) # ⡇ ♗ [WHITE CHESS BISHOP]
|
|
|
28 |
glyph \u2658 ( 234 7 ) # ⡎ ♘ [WHITE CHESS KNIGHT]
|
|
|
29 |
glyph \u2659 (12 7 ) # ⡃ ♙ [WHITE CHESS PAWN]
|
|
|
30 |
glyph \u265A (1 3 ) # ⠅ ♚ [BLACK CHESS KING]
|
|
|
31 |
glyph \u265B (1 45 ) # ⠙ ♛ [BLACK CHESS QUEEN]
|
|
|
32 |
glyph \u265C ( 2345 ) # ⠞ ♜ [BLACK CHESS ROOK]
|
|
|
33 |
glyph \u265D (123 ) # ⠇ ♝ [BLACK CHESS BISHOP]
|
|
|
34 |
glyph \u265E ( 234 ) # ⠎ ♞ [BLACK CHESS KNIGHT]
|
|
|
35 |
glyph \u265F (12 ) # ⠃ ♟ [BLACK CHESS PAWN]
|