aelve / bob

Google for Unicode characters
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Let patterns have names and add ordering of patterns #80

Open neongreen opened 8 years ago

neongreen commented 8 years ago

So that I could do something like this:

# macron
zip AaEeGgIiOoUuYy
    ĀāĒēḠḡĪīŌōŪūȲȳ
    1: ()-            #### macron-hyphen
    1: ()_
    2: -() _()
    X: ()

# stroke
zip AaCcEeLlOo
    ȺⱥȻȼɆɇŁłØø
    2: ()/
    3: /()
    3: {- ()}
    X: ()
zip BbDdGgHhIiJjKkPpRrTtYyZz
    ɃƀĐđǤǥĦħƗɨɈɉꝀꝁⱣᵽɌɍŦŧɎɏƵƶ
    1: ()-                    #### stroke-hyphen
    2: -()
    3: {/ ()}
    X: ()

macron-hypnen > stroke-hyphen