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
53 lines
747 B
Text
53 lines
747 B
Text
flc2a
|
|
# Maps the upper and lower case alphabet (A-Z and a-v) into the
|
|
# 48 basic katakana Unicodes. Can be used with any Unicode katakana
|
|
# font, such as Banner.
|
|
t A \0x30A2
|
|
t B \0x30A4
|
|
t C \0x30A6
|
|
t D \0x30A8
|
|
t E \0x30AA
|
|
t F \0x30AB
|
|
t G \0x30AD
|
|
t H \0x30AF
|
|
t I \0x30B1
|
|
t J \0x30B3
|
|
t K \0x30B5
|
|
t L \0x30B7
|
|
t M \0x30B9
|
|
t N \0x30BB
|
|
t O \0x30BD
|
|
t P \0x30BF
|
|
t Q \0x30C1
|
|
t R \0x30C4
|
|
t S \0x30C6
|
|
t T \0x30C8
|
|
t U \0x30CA
|
|
t V \0x30CB
|
|
t W \0x30CC
|
|
t X \0x30CD
|
|
t Y \0x30CE
|
|
t Z \0x30CF
|
|
t a \0x30D2
|
|
t b \0x30D5
|
|
t c \0x30D8
|
|
t d \0x30DB
|
|
t e \0x30DE
|
|
t f \0x30DF
|
|
t g \0x30E0
|
|
t h \0x30E1
|
|
t i \0x30E2
|
|
t j \0x30E4
|
|
t k \0x30E6
|
|
t l \0x30E8
|
|
t m \0x30F1
|
|
t n \0x30E9
|
|
t o \0x30EA
|
|
t p \0x30EB
|
|
t q \0x30EC
|
|
t r \0x30ED
|
|
t s \0x30EF
|
|
t t \0x30F0
|
|
t u \0x30F2
|
|
t v \0x30F3
|
|
t ~ \-4
|