suffixes = { 1: [\"ो\", \"े\", \"ू\", \"ु\", \"ी\", \"ि\", \"ा\"]}
When I done message given by IDLE is
Unsupported characters
What encoding is your source file in?
If it is UTF8, put the comment
# -*- coding: utf-8 -*-
at the top of the file.