126 lines
2.6 KiB
Plaintext
126 lines
2.6 KiB
Plaintext
# Vietnamese characters definition
|
|
#
|
|
#-copyright: Sao Mai
|
|
#-license: LGPLv2.1
|
|
#
|
|
# Copyright (C) 2018 by Sao Mai Center for the Blind <www.saomaicenter.org/en>
|
|
#
|
|
# 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/>.
|
|
#
|
|
# Created and maintained by: Dang Hoai Phuc, danghoaiphuc@gmail.com
|
|
|
|
space \s 0 blank
|
|
space \t 9 tab
|
|
space \x000a 0 newline
|
|
space \x000c 0
|
|
space \x000d 0 carriage return
|
|
space \x001b 1b escape character for html back-translation
|
|
space \x00A0 a NO-BREAK SPACE <noBreak> 0020 NON-BREAKING SPACE
|
|
|
|
# latin letters
|
|
lowercase a 1
|
|
lowercase b 12
|
|
lowercase c 14
|
|
lowercase d 145
|
|
lowercase e 15
|
|
lowercase f 124
|
|
lowercase g 1245
|
|
lowercase h 125
|
|
lowercase i 24
|
|
lowercase j 245
|
|
lowercase k 13
|
|
lowercase l 123
|
|
lowercase m 134
|
|
lowercase n 1345
|
|
lowercase o 135
|
|
lowercase p 1234
|
|
lowercase q 12345
|
|
lowercase r 1235
|
|
lowercase s 234
|
|
lowercase t 2345
|
|
lowercase u 136
|
|
lowercase v 1236
|
|
lowercase w 2456
|
|
lowercase x 1346
|
|
lowercase y 13456
|
|
lowercase z 1356
|
|
|
|
base uppercase A a
|
|
base uppercase B b
|
|
base uppercase C c
|
|
base uppercase D d
|
|
base uppercase E e
|
|
base uppercase F f
|
|
base uppercase G g
|
|
base uppercase H h
|
|
base uppercase I i
|
|
base uppercase J j
|
|
base uppercase K k
|
|
base uppercase L l
|
|
base uppercase M m
|
|
base uppercase N n
|
|
base uppercase O o
|
|
base uppercase P p
|
|
base uppercase Q q
|
|
base uppercase R r
|
|
base uppercase S s
|
|
base uppercase T t
|
|
base uppercase U u
|
|
base uppercase V v
|
|
base uppercase W w
|
|
base uppercase X x
|
|
base uppercase Y y
|
|
base uppercase Z z
|
|
|
|
# numbers definition
|
|
display 0 356
|
|
display 1 2
|
|
display 2 23
|
|
display 3 25
|
|
display 4 256
|
|
display 5 26
|
|
display 6 235
|
|
display 7 2356
|
|
display 8 236
|
|
display 9 35
|
|
digit 0 245
|
|
digit 1 1
|
|
digit 2 12
|
|
digit 3 14
|
|
digit 4 145
|
|
digit 5 15
|
|
digit 6 124
|
|
digit 7 1245
|
|
digit 8 125
|
|
digit 9 24
|
|
litdigit 0 245
|
|
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
|
|
|
|
# signs and punctuations definition
|
|
include vi-puncsdef.uti
|
|
# Vietnamese letters definition
|
|
include vi-lettersdef.uti
|
|
include braille-patterns.cti
|