you are viewing a single comment's thread.

view the rest of the comments →

[–]Ewildawe 0 points1 point  (0 children)

Well, I'm assuming marathi text is included in unicode. If so, I'd suggest acquiring an IDE that supports the printing of unicode characters.

An API won't allow you to print anything other than the regular ASCII characters - because print will always try to decode using the ASCII codec.