Skip to content

Commit db93ad3

Browse files
committed
Add (and correct) some things to the flip mapping
* Fix the mapping for the characters used for "flip guy" itself, so that flipping flip flipping flips flip. * And add the braille characters (#824). * Written (and for the braille characters, generated by means of a Forth program), but not tested, because ghci 8.0.2 rather than 8.4 or 8.6 or whatever it is that HyperNerd requires.
1 parent 48b64fd commit db93ad3

1 file changed

Lines changed: 123 additions & 1 deletion

File tree

src/Bot/Flip.hs

Lines changed: 123 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,129 @@ separateVariable =
7272
, ('\x203F', '\x2040')
7373
, ('\x2045', '\x2046')
7474
, ('\x2234', '\x2235')
75-
, ('', '')
75+
, ('', '')
76+
, ('°', '')
77+
, ('', '')
78+
, ('', '')
79+
, ('', '')
80+
, ('', '')
81+
, ('', '')
82+
, ('', '')
83+
, ('', '')
84+
, ('', '')
85+
, ('', '')
86+
, ('', '')
87+
, ('', '')
88+
, ('', '')
89+
, ('', '')
90+
, ('', '')
91+
, ('', '')
92+
, ('', '')
93+
, ('', '')
94+
, ('', '')
95+
, ('', '')
96+
, ('', '')
97+
, ('', '')
98+
, ('', '')
99+
, ('', '')
100+
, ('', '')
101+
, ('', '')
102+
, ('', '')
103+
, ('', '')
104+
, ('', '')
105+
, ('', '')
106+
, ('', '')
107+
, ('', '')
108+
, ('', '')
109+
, ('', '')
110+
, ('', '')
111+
, ('', '')
112+
, ('', '')
113+
, ('', '')
114+
, ('', '')
115+
, ('', '')
116+
, ('', '')
117+
, ('', '')
118+
, ('', '')
119+
, ('', '')
120+
, ('', '')
121+
, ('', '')
122+
, ('', '')
123+
, ('', '')
124+
, ('', '')
125+
, ('', '')
126+
, ('', '')
127+
, ('', '')
128+
, ('', '')
129+
, ('', '')
130+
, ('', '')
131+
, ('', '')
132+
, ('', '')
133+
, ('', '')
134+
, ('', '')
135+
, ('', '')
136+
, ('', '')
137+
, ('', '')
138+
, ('', '')
139+
, ('', '')
140+
, ('', '')
141+
, ('', '')
142+
, ('', '')
143+
, ('', '')
144+
, ('', '')
145+
, ('', '')
146+
, ('', '')
147+
, ('', '')
148+
, ('', '')
149+
, ('', '')
150+
, ('', '')
151+
, ('', '')
152+
, ('', '')
153+
, ('', '')
154+
, ('', '')
155+
, ('', '')
156+
, ('', '')
157+
, ('', '')
158+
, ('', '')
159+
, ('', '')
160+
, ('', '')
161+
, ('', '')
162+
, ('', '')
163+
, ('', '')
164+
, ('', '')
165+
, ('', '')
166+
, ('', '')
167+
, ('', '')
168+
, ('', '')
169+
, ('', '')
170+
, ('', '')
171+
, ('', '')
172+
, ('', '')
173+
, ('', '')
174+
, ('', '')
175+
, ('', '')
176+
, ('', '')
177+
, ('', '')
178+
, ('', '')
179+
, ('', '')
180+
, ('', '')
181+
, ('', '')
182+
, ('', '')
183+
, ('', '')
184+
, ('', '')
185+
, ('', '')
186+
, ('', '')
187+
, ('', '')
188+
, ('', '')
189+
, ('', '')
190+
, ('', '')
191+
, ('', '')
192+
, ('', '')
193+
, ('', '')
194+
, ('', '')
195+
, ('', '')
196+
, ('', '')
197+
, ('', '')
76198
]
77199

78200
table1 :: M.Map Char Char

0 commit comments

Comments
 (0)