Size: 1647
Comment:
|
Size: 1791
Comment: work in progress
|
Deletions are marked like this. | Additions are marked like this. |
Line 45: | Line 45: |
# having some problems with combination characters | # having some problems with combination characters rendering correctly >>> # get 'my name is' phrase from Unicode |
Line 48: | Line 49: |
>>> 'ຊື່ຂອ້ຢແມ່ນ' = 'mynameis' |
>>> # get 'I am from' phrase from Unicode >>> '\u0E82\u0EC9\u0EAD\u0EA2\u0EA1\u0EB2\u0E88\u0EB2\u0E81' 'ຂ້ອຢມາຈາກ' |
Links to Python information in Lao
ISO 639-1 Code: lo
ພາສາລາວ
work in progress
Phrases taken from laoconnection
1 # -*- coding: utf-8 -*-
2 # python 3.0/3.1
3 # having some problems with combination characters rendering correctly
4 >>> # get 'my name is' phrase from Unicode
5 >>> '\u0E8A\u0EB7\u0EC8\u0E82\u0EAD\u0EC9\u0EA2\u0EC1\u0EA1\u0EC8\u0E99'
6 'ຊື່ຂອ້ຢແມ່ນ'
7 >>> # get 'I am from' phrase from Unicode
8 >>> '\u0E82\u0EC9\u0EAD\u0EA2\u0EA1\u0EB2\u0E88\u0EB2\u0E81'
9 'ຂ້ອຢມາຈາກ'
nothing yet.