Python 3.1 in Myanmar, its Implemented Unicode.org based.
# I found that, to works properly Zawgyi and Ayar, I Need to compile Python Myself.
I will do soon though.
Type "copyright", "credits" or "license()" for more information.
>>> def နွုတ္ဆက္စကား_ေျပာျခင္း(နာမည္):
စကား = "မဂဿငလာပါ {0}။ ေနေကာင္းလား?".format(နာမည္)
print(စကား)
>>> နွုတ္ဆက္စကား_ေျပာျခင္း("ေမာင္ေမာင္")
မဂဿငလာပါ ေမာင္ေမာင္။ ေနေကာင္းလား?
>>>
>>>
-----
Python Code
def နွုတ္ဆက္စကား_ေျပာျခင္း(နာမည္):
စကား = "မဂဿငလာပါ {0}။ ေနေကာင္းလား?".format(နာမည္)
print(စကား)
နွုတ္ဆက္စကား_ေျပာျခင္း("ေမာင္ေမာင္")
စကား = "မဂဿငလာပါ {0}။ ေနေကာင္းလား?".format(နာမည္)
print(စကား)
နွုတ္ဆက္စကား_ေျပာျခင္း("ေမာင္ေမာင္")
----
Cheers,
Mark
4 comments:
Bro, can't write Myanmar fonts on Python, what should I do? any advice! If my question is too early, sorry for that. <<< :)
Regards,
ST
ေဇာ္ဂ်ီနဲ့ပဲလားဗ်၊ :)
ေတာ္ေတာ္ေလးေကာင္းလာျပီ ျမန္မာစာအတြက္
>> can't write Myanmar fonts on Python
hi bro, you need to copy paste myanmar text to IDLE 3.1 and set IDLE font setting to Zawgyi
>> ေဇာ္ဂ်ီနဲ့ပဲလားဗ်၊ :)
ေတာ္ေတာ္ေလးေကာင္းလာျပီ ျမန္မာစာအတြက္
hi bro, there is some issue with zawgyi and ayar, because its seems based on unicode.org.
mark
Post a Comment