I am using Python 2.7.12 on Windows 10

filename = "මේක තියෙන්නේ සිංහලෙන්.txt"
Why can't I get Python to print the name out?

filename =  "මේක තියෙන්නේ සිංහලෙන්.txt"
Unsupported characters in input

filename = u"මේක තියෙන්නේ සිංහලෙන්.txt"
Unsupported characters in input

above is the python ide output

Even from within a program I cant get this to print.

any help? Please dont ask me to use python 3.

:)

-- 
Kalasuri Diliup Gabadamudalige

http://www.diliupg.com
http://soft.diliupg.com/

**********************************************************************************************
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**********************************************************************************************
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to