mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-08 16:02:40 +01:00
935ced1edd
Summary: Ref T7785. This prepares for (but does not yet use) a pure PHP implementation of Figlet parsing and rendering. Figlet is somewhat complex, but a parser already exists in PEAR. I'll make sure it's suitable and hook it up in the next diff. Test Plan: N/A, code not reachable Reviewers: chad Reviewed By: chad Maniphest Tasks: T9408, T7785 Differential Revision: https://secure.phabricator.com/D14101
33 lines
481 B
Text
33 lines
481 B
Text
flc2a
|
|
# implements a natural mapping from the U.S. keyboard
|
|
# to Hebrew characters in the Ivrit font.
|
|
# Note that capital letters remain unchanged.
|
|
|
|
t a \0x05d0
|
|
t b \0x05d1
|
|
t g \0x05d2
|
|
t d \0x05d3
|
|
t h \0x05d4
|
|
t v \0x05d5
|
|
t z \0x05d6
|
|
t c \0x05d7
|
|
t t \0x05d8
|
|
t y \0x05d9
|
|
t k \0x05db
|
|
t f \0x05da
|
|
t l \0x05dc
|
|
t m \0x05de
|
|
t o \0x05dd
|
|
t n \0x05e0
|
|
t i \0x05df
|
|
t e \0x05e1
|
|
t _ \0x05e2
|
|
t p \0x05e4
|
|
t u \0x05e3
|
|
t j \0x05e6
|
|
t w \0x05e5
|
|
t q \0x05e7
|
|
t r \0x05e8
|
|
t s \0x05e9
|
|
t x \0x05ea
|
|
t ~ \-3
|