| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 | 
							- // This file is UTF-8 encoded
 - // The first symbol(s) is/are the orthography
 - // The second symbol(s) is/are the name of the phoneme
 - 
 - // Māori
 - 
 - .group a
 -              a            a
 - 
 - .group ā
 -              ā            aa
 - 
 - .group e
 -              e            e
 - 
 - .group ē
 -              ē            ee
 - 
 - .group i
 -              i            i
 - 
 - .group ī
 -              ī            ii
 - 
 - .group o
 -              o            o
 - 
 - .group ō
 -              ō            oo
 - 
 - .group u
 -              u            u
 - 
 - .group ū
 -              ū            uu
 - 
 - 
 - .group h
 -              h            h
 - 
 - .group k
 -              k            k
 - 
 - .group m
 -              m            m
 - 
 - .group n
 -              n            n
 - 			 ng			  ng
 - 
 - .group p
 -              p            p
 - 
 - .group r
 -              r            r
 - 
 - .group t
 -              t            t
 - 
 - .group w
 -              w            w
 - 			 wh			  f
 
 
  |