flatulent 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. data/README +60 -16
  2. data/flatulent-0.0.2.gem +0 -0
  3. data/lib/flatulent/crypt/blowfish-tables.rb +190 -0
  4. data/lib/flatulent/crypt/blowfish.rb +109 -0
  5. data/lib/flatulent/crypt/cbc.rb +123 -0
  6. data/lib/flatulent/crypt/gost.rb +140 -0
  7. data/lib/flatulent/crypt/idea.rb +193 -0
  8. data/lib/flatulent/crypt/noise.rb +94 -0
  9. data/lib/flatulent/crypt/purerubystringio.rb +378 -0
  10. data/lib/flatulent/crypt/rijndael-tables.rb +117 -0
  11. data/lib/flatulent/crypt/rijndael.rb +269 -0
  12. data/lib/flatulent/crypt/stringxor.rb +27 -0
  13. data/lib/flatulent.rb +332 -121
  14. data/lib/flatulent.rb.bak +337 -0
  15. data/rails/app/controllers/flatulent_controller.rb +61 -6
  16. data/rails/lib/flatulent/attributes.rb +79 -0
  17. data/rails/lib/flatulent/crypt/blowfish-tables.rb +190 -0
  18. data/rails/lib/flatulent/crypt/blowfish.rb +109 -0
  19. data/rails/lib/flatulent/crypt/cbc.rb +123 -0
  20. data/rails/lib/flatulent/crypt/gost.rb +140 -0
  21. data/rails/lib/flatulent/crypt/idea.rb +193 -0
  22. data/rails/lib/flatulent/crypt/noise.rb +94 -0
  23. data/rails/lib/flatulent/crypt/purerubystringio.rb +378 -0
  24. data/rails/lib/flatulent/crypt/rijndael-tables.rb +117 -0
  25. data/rails/lib/flatulent/crypt/rijndael.rb +269 -0
  26. data/rails/lib/flatulent/fontfiles/banner.flf +2494 -0
  27. data/rails/lib/flatulent/fontfiles/big.flf +2204 -0
  28. data/rails/lib/flatulent/fontfiles/block.flf +1691 -0
  29. data/rails/lib/flatulent/fontfiles/bubble.flf +1630 -0
  30. data/rails/lib/flatulent/fontfiles/digital.flf +1286 -0
  31. data/rails/lib/flatulent/fontfiles/ivrit.flf +900 -0
  32. data/rails/lib/flatulent/fontfiles/lean.flf +1691 -0
  33. data/rails/lib/flatulent/fontfiles/mini.flf +899 -0
  34. data/rails/lib/flatulent/fontfiles/mnemonic.flf +3702 -0
  35. data/rails/lib/flatulent/fontfiles/script.flf +1493 -0
  36. data/rails/lib/flatulent/fontfiles/shadow.flf +1097 -0
  37. data/rails/lib/flatulent/fontfiles/slant.flf +1295 -0
  38. data/rails/lib/flatulent/fontfiles/small.flf +1097 -0
  39. data/rails/lib/flatulent/fontfiles/smscript.flf +1097 -0
  40. data/rails/lib/flatulent/fontfiles/smshadow.flf +899 -0
  41. data/rails/lib/flatulent/fontfiles/smslant.flf +1097 -0
  42. data/rails/lib/flatulent/fontfiles/standard.flf +2227 -0
  43. data/rails/lib/flatulent/fontfiles/term.flf +600 -0
  44. data/rails/lib/flatulent/pervasives.rb +32 -0
  45. data/rails/lib/flatulent/stringxor.rb +27 -0
  46. data/rails/lib/flatulent/text/double_metaphone.rb +356 -0
  47. data/rails/lib/flatulent/text/figlet/font.rb +117 -0
  48. data/rails/lib/flatulent/text/figlet/smusher.rb +64 -0
  49. data/rails/lib/flatulent/text/figlet/typesetter.rb +68 -0
  50. data/rails/lib/flatulent/text/figlet.rb +17 -0
  51. data/rails/lib/flatulent/text/levenshtein.rb +65 -0
  52. data/rails/lib/flatulent/text/metaphone.rb +97 -0
  53. data/rails/lib/flatulent/text/porter_stemming.rb +171 -0
  54. data/rails/lib/flatulent/text/soundex.rb +61 -0
  55. data/rails/lib/flatulent/text.rb +6 -0
  56. data/rails/lib/flatulent.rb +450 -0
  57. data/rails/log/development.log +14297 -0
  58. data/rails/log/fastcgi.crash.log +111 -0
  59. data/rails/log/lighttpd.access.log +3993 -0
  60. data/rails/log/lighttpd.error.log +111 -0
  61. data/rails/tmp/cache/javascripts/prototype.js-gzip-3275912-71260-1183440172 +0 -0
  62. data/rails/tmp/sessions/ruby_sess.32d68bc997054475 +0 -0
  63. data/rails/tmp/sessions/ruby_sess.4694a4b9bdf9bcf4 +0 -0
  64. data/rails/tmp/sessions/ruby_sess.99469fde69043a05 +0 -0
  65. data/rails/tmp/sessions/ruby_sess.a588c0a457345912 +0 -0
  66. data/rails/tmp/sessions/ruby_sess.b3344125a84a3efa +0 -0
  67. data/samples.rb +10 -0
  68. metadata +69 -3
  69. data/flatulent-0.0.0.gem +0 -0
@@ -0,0 +1,900 @@
1
+ flf2a$ 6 5 76 15 14 1 16271 39
2
+ Ivrit (Hebrew) Unicode font assembled by John Cowan <cowan@ccil.org>
3
+ Latin chars from Standard by G. Chappell & Ian Chai
4
+ Hebrew chars from Jerusalem by Gedaliah Friedenberg <gfrieden@nyx.cs.du.edu>
5
+ Use "ilhebrew.flc" for Hebrew keyboard mapping
6
+ Use "ushebrew.flc" for U.S.-style keyboard mapping ("febrew" script)
7
+ Use "8859-8.flc" for ISO 8859-8 text
8
+ Or use UTF-8
9
+ WARNING! FIGfonts aren't bidirectional; this is strictly right-to-left
10
+ (by default) even for the Latin characters.
11
+ figlet release 2.2 -- November 1996
12
+
13
+ Modified by Paul Burton <solution@earthlink.net> 12/96 to include new parameter
14
+ supported by FIGlet and FIGWin. May also be slightly modified for better use
15
+ of new full-width/kern/smush alternatives, but default output is NOT changed.
16
+ $@
17
+ $@
18
+ $@
19
+ $@
20
+ $@
21
+ $@@
22
+ _ @
23
+ | |@
24
+ | |@
25
+ |_|@
26
+ (_)@
27
+ @@
28
+ _ _ @
29
+ ( | )@
30
+ V V @
31
+ $ @
32
+ $ @
33
+ @@
34
+ _ _ @
35
+ _| || |_ @
36
+ |_ .. _|@
37
+ |_ _|@
38
+ |_||_| @
39
+ @@
40
+ _ @
41
+ | | @
42
+ / __)@
43
+ \__ \@
44
+ ( /@
45
+ |_| @@
46
+ _ __@
47
+ (_)/ /@
48
+ / / @
49
+ / /_ @
50
+ /_/(_)@
51
+ @@
52
+ ___ @
53
+ ( _ ) @
54
+ / _ \/\@
55
+ | (_> <@
56
+ \___/\/@
57
+ @@
58
+ _ @
59
+ ( )@
60
+ |/ @
61
+ $ @
62
+ $ @
63
+ @@
64
+ __@
65
+ / /@
66
+ | | @
67
+ | | @
68
+ | | @
69
+ \_\@@
70
+ __ @
71
+ \ \ @
72
+ | |@
73
+ | |@
74
+ | |@
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
+ \ \ @
198
+ \ \@
199
+ / /@
200
+ /_/ @
201
+ @@
202
+ ___ @
203
+ |__ \@
204
+ / /@
205
+ |_| @
206
+ (_) @
207
+ @@
208
+ ____ @
209
+ / __ \ @
210
+ / / _` |@
211
+ | | (_| |@
212
+ \ \__,_|@
213
+ \____/ @@
214
+ _ @
215
+ / \ @
216
+ / _ \ @
217
+ / ___ \ @
218
+ /_/ \_\@
219
+ @@
220
+ ____ @
221
+ | __ ) @
222
+ | _ \ @
223
+ | |_) |@
224
+ |____/ @
225
+ @@
226
+ ____ @
227
+ / ___|@
228
+ | | @
229
+ | |___ @
230
+ \____|@
231
+ @@
232
+ ____ @
233
+ | _ \ @
234
+ | | | |@
235
+ | |_| |@
236
+ |____/ @
237
+ @@
238
+ _____ @
239
+ | ____|@
240
+ | _| @
241
+ | |___ @
242
+ |_____|@
243
+ @@
244
+ _____ @
245
+ | ___|@
246
+ | |_ @
247
+ | _| @
248
+ |_| @
249
+ @@
250
+ ____ @
251
+ / ___|@
252
+ | | _ @
253
+ | |_| |@
254
+ \____|@
255
+ @@
256
+ _ _ @
257
+ | | | |@
258
+ | |_| |@
259
+ | _ |@
260
+ |_| |_|@
261
+ @@
262
+ ___ @
263
+ |_ _|@
264
+ | | @
265
+ | | @
266
+ |___|@
267
+ @@
268
+ _ @
269
+ | |@
270
+ _ | |@
271
+ | |_| |@
272
+ \___/ @
273
+ @@
274
+ _ __@
275
+ | |/ /@
276
+ | ' / @
277
+ | . \ @
278
+ |_|\_\@
279
+ @@
280
+ _ @
281
+ | | @
282
+ | | @
283
+ | |___ @
284
+ |_____|@
285
+ @@
286
+ __ __ @
287
+ | \/ |@
288
+ | |\/| |@
289
+ | | | |@
290
+ |_| |_|@
291
+ @@
292
+ _ _ @
293
+ | \ | |@
294
+ | \| |@
295
+ | |\ |@
296
+ |_| \_|@
297
+ @@
298
+ ___ @
299
+ / _ \ @
300
+ | | | |@
301
+ | |_| |@
302
+ \___/ @
303
+ @@
304
+ ____ @
305
+ | _ \ @
306
+ | |_) |@
307
+ | __/ @
308
+ |_| @
309
+ @@
310
+ ___ @
311
+ / _ \ @
312
+ | | | |@
313
+ | |_| |@
314
+ \__\_\@
315
+ @@
316
+ ____ @
317
+ | _ \ @
318
+ | |_) |@
319
+ | _ < @
320
+ |_| \_\@
321
+ @@
322
+ ____ @
323
+ / ___| @
324
+ \___ \ @
325
+ ___) |@
326
+ |____/ @
327
+ @@
328
+ _____ @
329
+ |_ _|@
330
+ | | @
331
+ | | @
332
+ |_| @
333
+ @@
334
+ _ _ @
335
+ | | | |@
336
+ | | | |@
337
+ | |_| |@
338
+ \___/ @
339
+ @@
340
+ __ __@
341
+ \ \ / /@
342
+ \ \ / / @
343
+ \ V / @
344
+ \_/ @
345
+ @@
346
+ __ __@
347
+ \ \ / /@
348
+ \ \ /\ / / @
349
+ \ V V / @
350
+ \_/\_/ @
351
+ @@
352
+ __ __@
353
+ \ \/ /@
354
+ \ / @
355
+ / \ @
356
+ /_/\_\@
357
+ @@
358
+ __ __@
359
+ \ \ / /@
360
+ \ V / @
361
+ | | @
362
+ |_| @
363
+ @@
364
+ _____@
365
+ |__ /@
366
+ / / @
367
+ / /_ @
368
+ /____|@
369
+ @@
370
+ __ @
371
+ | _|@
372
+ | | @
373
+ | | @
374
+ | | @
375
+ |__|@@
376
+ __ @
377
+ \ \ @
378
+ \ \ @
379
+ \ \ @
380
+ \_\@
381
+ @@
382
+ __ @
383
+ |_ |@
384
+ | |@
385
+ | |@
386
+ | |@
387
+ |__|@@
388
+ /\ @
389
+ |/\|@
390
+ $ @
391
+ $ @
392
+ $ @
393
+ @@
394
+ @
395
+ @
396
+ @
397
+ @
398
+ _____ @
399
+ |_____|@@
400
+ _ @
401
+ ( )@
402
+ \|@
403
+ $ @
404
+ $ @
405
+ @@
406
+ @
407
+ __ _ @
408
+ / _` |@
409
+ | (_| |@
410
+ \__,_|@
411
+ @@
412
+ _ @
413
+ | |__ @
414
+ | '_ \ @
415
+ | |_) |@
416
+ |_.__/ @
417
+ @@
418
+ @
419
+ ___ @
420
+ / __|@
421
+ | (__ @
422
+ \___|@
423
+ @@
424
+ _ @
425
+ __| |@
426
+ / _` |@
427
+ | (_| |@
428
+ \__,_|@
429
+ @@
430
+ @
431
+ ___ @
432
+ / _ \@
433
+ | __/@
434
+ \___|@
435
+ @@
436
+ __ @
437
+ / _|@
438
+ | |_ @
439
+ | _|@
440
+ |_| @
441
+ @@
442
+ @
443
+ __ _ @
444
+ / _` |@
445
+ | (_| |@
446
+ \__, |@
447
+ |___/ @@
448
+ _ @
449
+ | |__ @
450
+ | '_ \ @
451
+ | | | |@
452
+ |_| |_|@
453
+ @@
454
+ _ @
455
+ (_)@
456
+ | |@
457
+ | |@
458
+ |_|@
459
+ @@
460
+ _ @
461
+ (_)@
462
+ | |@
463
+ | |@
464
+ _/ |@
465
+ |__/ @@
466
+ _ @
467
+ | | __@
468
+ | |/ /@
469
+ | < @
470
+ |_|\_\@
471
+ @@
472
+ _ @
473
+ | |@
474
+ | |@
475
+ | |@
476
+ |_|@
477
+ @@
478
+ @
479
+ _ __ ___ @
480
+ | '_ ` _ \ @
481
+ | | | | | |@
482
+ |_| |_| |_|@
483
+ @@
484
+ @
485
+ _ __ @
486
+ | '_ \ @
487
+ | | | |@
488
+ |_| |_|@
489
+ @@
490
+ @
491
+ ___ @
492
+ / _ \ @
493
+ | (_) |@
494
+ \___/ @
495
+ @@
496
+ @
497
+ _ __ @
498
+ | '_ \ @
499
+ | |_) |@
500
+ | .__/ @
501
+ |_| @@
502
+ @
503
+ __ _ @
504
+ / _` |@
505
+ | (_| |@
506
+ \__, |@
507
+ |_|@@
508
+ @
509
+ _ __ @
510
+ | '__|@
511
+ | | @
512
+ |_| @
513
+ @@
514
+ @
515
+ ___ @
516
+ / __|@
517
+ \__ \@
518
+ |___/@
519
+ @@
520
+ _ @
521
+ | |_ @
522
+ | __|@
523
+ | |_ @
524
+ \__|@
525
+ @@
526
+ @
527
+ _ _ @
528
+ | | | |@
529
+ | |_| |@
530
+ \__,_|@
531
+ @@
532
+ @
533
+ __ __@
534
+ \ \ / /@
535
+ \ V / @
536
+ \_/ @
537
+ @@
538
+ @
539
+ __ __@
540
+ \ \ /\ / /@
541
+ \ V V / @
542
+ \_/\_/ @
543
+ @@
544
+ @
545
+ __ __@
546
+ \ \/ /@
547
+ > < @
548
+ /_/\_\@
549
+ @@
550
+ @
551
+ _ _ @
552
+ | | | |@
553
+ | |_| |@
554
+ \__, |@
555
+ |___/ @@
556
+ @
557
+ ____@
558
+ |_ /@
559
+ / / @
560
+ /___|@
561
+ @@
562
+ __@
563
+ / /@
564
+ | | @
565
+ < < @
566
+ | | @
567
+ \_\@@
568
+ _ @
569
+ | |@
570
+ | |@
571
+ | |@
572
+ | |@
573
+ |_|@@
574
+ __ @
575
+ \ \ @
576
+ | | @
577
+ > >@
578
+ | | @
579
+ /_/ @@
580
+ /\/|@
581
+ |/\/ @
582
+ $ @
583
+ $ @
584
+ $ @
585
+ @@
586
+ _ _ @
587
+ (_)_(_)@
588
+ /_\ @
589
+ / _ \ @
590
+ /_/ \_\@
591
+ @@
592
+ _ _ @
593
+ (_)_(_)@
594
+ / _ \ @
595
+ | |_| |@
596
+ \___/ @
597
+ @@
598
+ _ _ @
599
+ (_) (_)@
600
+ | | | |@
601
+ | |_| |@
602
+ \___/ @
603
+ @@
604
+ _ _ @
605
+ (_)_(_)@
606
+ / _` |@
607
+ | (_| |@
608
+ \__,_|@
609
+ @@
610
+ _ _ @
611
+ (_)_(_)@
612
+ / _ \ @
613
+ | (_) |@
614
+ \___/ @
615
+ @@
616
+ _ _ @
617
+ (_) (_)@
618
+ | | | |@
619
+ | |_| |@
620
+ \__,_|@
621
+ @@
622
+ ___ @
623
+ / _ \@
624
+ | |/ /@
625
+ | |\ \@
626
+ | ||_/@
627
+ |_| @@
628
+ 160 NO-BREAK SPACE
629
+ $@
630
+ $@
631
+ $@
632
+ $@
633
+ $@
634
+ $@@
635
+ 173 SOFT HYPHEN
636
+ @
637
+ @
638
+ _____ @
639
+ |_____|@
640
+ $ @
641
+ @@
642
+ 196 LATIN CAPITAL LETTER A WITH DIAERESIS
643
+ _ _ @
644
+ (_)_(_)@
645
+ /_\ @
646
+ / _ \ @
647
+ /_/ \_\@
648
+ @@
649
+ 214 LATIN CAPITAL LETTER O WITH DIAERESIS
650
+ _ _ @
651
+ (_)_(_)@
652
+ / _ \ @
653
+ | |_| |@
654
+ \___/ @
655
+ @@
656
+ 220 LATIN CAPITAL LETTER U WITH DIAERESIS
657
+ _ _ @
658
+ (_) (_)@
659
+ | | | |@
660
+ | |_| |@
661
+ \___/ @
662
+ @@
663
+ 223 LATIN SMALL LETTER SHARP S
664
+ ___ @
665
+ / _ \@
666
+ | |/ /@
667
+ | |\ \@
668
+ | ||_/@
669
+ |_| @@
670
+ 228 LATIN SMALL LETTER A WITH DIAERESIS
671
+ _ _ @
672
+ (_)_(_)@
673
+ / _` |@
674
+ | (_| |@
675
+ \__,_|@
676
+ @@
677
+ 246 LATIN SMALL LETTER O WITH DIAERESIS
678
+ _ _ @
679
+ (_)_(_)@
680
+ / _ \ @
681
+ | (_) |@
682
+ \___/ @
683
+ @@
684
+ 252 LATIN SMALL LETTER U WITH DIAERESIS
685
+ _ _ @
686
+ (_) (_)@
687
+ | | | |@
688
+ | |_| |@
689
+ \__,_|@
690
+ @@
691
+ 0x05D0 HEBREW LETTER ALEF
692
+ __ __@
693
+ \ \ / /@
694
+ | V / @
695
+ | |\ \ @
696
+ |_| \_\@
697
+ @@
698
+ 0x05D1 HEBREW LETTER BET
699
+ ______ @
700
+ |____ | @
701
+ | | @
702
+ _____| |_@
703
+ /________/@
704
+ @@
705
+ 0x05D2 HEBREW LETTER GIMEL
706
+ ____ @
707
+ |__ | @
708
+ | | @
709
+ ____| | @
710
+ /____/\_\@
711
+ @@
712
+ 0x05D3 HEBREW LETTER DALET
713
+ _______ @
714
+ |____ |@
715
+ | | @
716
+ | | @
717
+ |_| @
718
+ @@
719
+ 0x05D4 HEBREW LETTER HE
720
+ _______ @
721
+ |_____ |@
722
+ _ | |@
723
+ | | | |@
724
+ |_| |_|@
725
+ @@
726
+ 0x05D5 HEBREW LETTER VAV
727
+ ___ @
728
+ |_ |@
729
+ | |@
730
+ | |@
731
+ |_|@
732
+ @@
733
+ 0x05D6 HEBREW LETTER ZAYIN
734
+ ________ @
735
+ \__ __\@
736
+ | | @
737
+ | | @
738
+ |_| @
739
+ @@
740
+ 0x05D7 HEBREW LETTER HET
741
+ _______ @
742
+ |. __ |@
743
+ | | | |@
744
+ | | | |@
745
+ |_| |_|@
746
+ @@
747
+ 0x05D8 HEBREW LETTER TET
748
+ __ ___ @
749
+ |. | /_ |@
750
+ | | | |@
751
+ | |___| |@
752
+ |_______|@
753
+ @@
754
+ 0x05D9 HEBREW LETTER YOD
755
+ ___ @
756
+ |_ |@
757
+ |_|@
758
+ $ @
759
+ $ @
760
+ @@
761
+ 0x05DA HEBREW LETTER FINAL KAF
762
+ _______ @
763
+ |____ .|@
764
+ | | @
765
+ | | @
766
+ | | @
767
+ |_| @@
768
+ 0x05DB HEBREW LETTER KAF
769
+ _____ @
770
+ |____ \ @
771
+ | |@
772
+ ____| |@
773
+ |_____/ @
774
+ @@
775
+ 0x05DC HEBREW LETTER LAMED
776
+ |=|____ @
777
+ |____ |@
778
+ / / @
779
+ / / @
780
+ /_/ @
781
+ @@
782
+ 0x05DD HEBREW LETTER FINAL MEM
783
+ ________ @
784
+ |. ___ |@
785
+ | | | |@
786
+ | |___| |@
787
+ |_______|@
788
+ @@
789
+ 0x05DE HEBREW LETTER MEM
790
+ _______ @
791
+ |. __ |@
792
+ | | | |@
793
+ | | _| |@
794
+ |_||___|@
795
+ @@
796
+ 0x05DF HEBREW LETTER FINAL NUN
797
+ ___ @
798
+ |_ |@
799
+ | |@
800
+ | |@
801
+ | |@
802
+ |_|@@
803
+ 0x05E0 HEBREW LETTER NUN
804
+ ___ @
805
+ |_ |@
806
+ | |@
807
+ __| |@
808
+ |____|@
809
+ @@
810
+ 0x05E1 HEBREW LETTER SAMEKH
811
+ _______ @
812
+ |. __ |@
813
+ | | | |@
814
+ | |__/ |@
815
+ |_____/ @
816
+ @@
817
+ 0x05E2 HEBREW LETTER AYIN
818
+ __ _ @
819
+ \ \ | |@
820
+ \ \| |@
821
+ __\ ` |@
822
+ |______|@
823
+ @@
824
+ 0x05E3 HEBREW LETTER FINAL PE
825
+ ______ @
826
+ | __ |@
827
+ | |_ | |@
828
+ |___|| |@
829
+ | |@
830
+ |_|@@
831
+ 0x05E4 HEBREW LETTER PE
832
+ _______ @
833
+ | ___ |@
834
+ \_\ | |@
835
+ _____| |@
836
+ |_______|@
837
+ @@
838
+ 0x05E5 HEBREW LETTER FINAL TSADI
839
+ __ _ @
840
+ |. | | |@
841
+ | | // @
842
+ | |// @
843
+ | | @
844
+ |_| @@
845
+ 0x05E6 HEBREW LETTER TSADI
846
+ __ __.@
847
+ \ \ / / @
848
+ \ V / @
849
+ ___\ \ @
850
+ |______| @
851
+ @@
852
+ 0x05E7 HEBREW LETTER QOF
853
+ ______ @
854
+ |____ |@
855
+ _ | |@
856
+ | | |_|@
857
+ | | @
858
+ |_| @@
859
+ 0x05E8 HEBREW LETTER RESH
860
+ ______ @
861
+ |____ |@
862
+ | |@
863
+ | |@
864
+ |_|@
865
+ @@
866
+ 0x05E9 HEBREW LETTER SHIN
867
+ _ _ _ @
868
+ | | | | | |@
869
+ | | | | | |@
870
+ | |/ /_/ / @
871
+ |_______/ @
872
+ @@
873
+ 0x05EA HEBREW LETTER TAV
874
+ ______ @
875
+ | __ |@
876
+ | | | |@
877
+ _| | | |@
878
+ |___| |_|@
879
+ @@
880
+ 0x2721 STAR OF DAVID
881
+ @
882
+ __/\__@
883
+ \ /@
884
+ /_ _\@
885
+ \/ @
886
+ @@
887
+ -0x0002
888
+ aleph = t, bet/vet = c, gimel = d, dalet = s, he = v, vav = u, zayin = z @
889
+ het = j, tet = y, yod = h, kaf/chaf = f, final kaf = l, lamed = k, mem = n@
890
+ final mem = o, nun = b, final nun = i, samekh = x, ayin = g, pe/fe = p, @
891
+ final pe = ;, tsadi = m, final tsadi = ., qof = e, resh = r, shin/sin = a @
892
+ tav = , comma = ', period = /, semicolon = `, slash = q, apostrophe = w @
893
+ Star of David = * @@
894
+ -0x0003
895
+ aleph = a, bet/vet = b, gimel = g, dalet = d, he = h, vav = v, zayin = z @
896
+ het = c, tet = t, yod = y, kaf/chaf = k, final kaf = f, lamed = l, mem = m@
897
+ final mem = o, nun = n, final nun = i, samekh = e, ayin = _, pe/fe = p, @
898
+ final pe = u, tsadi = j, final tsadi = w, qof = q, resh = r, shin/sin = s @
899
+ tav = x @
900
+ Star of David = * @@