Questions tagged [southeast-asian-languages]

Languages of Southeast Asia present a set of unique problems. Most require complex script support and have their own writing systems. Most don't use spaces between words, or use spaces between every syllable instead. Specifically: Burmese (Myanmar), Khmer (Cambodian), Lao, Thai, and Vietnamese.

Web Font Resources

Google has a little known resource called Early Access fonts which is accessible from the "More scripts" hyperlink on the upper right side of the page on the typical Google Fonts webpage.

As of 09/2014 numerous web-fonts are available in the Early Access resource offering support for the following languages:

Hebrew      Lao       Ethiopic   Tamil      Thai      Korean
Arabic      Bengali   Hindi      Myanmar    Armenian  Cherokee
Georgian    Gujarati  Gurmukhi   Japanese    Kannada   Khmer
Malayalam   Osmanya   Telugu     Chinese (traditional)

Using a Khmer Google Web Font

<link rel=stylesheet href="http://fonts.googleapis.com/css?family=Suwannaphum">
<p style="font-family: Suwannaphum,DaunPenh,Code2000;font-size:130%;">ខ្ញុំអាចញ៉ាំកញ្ចក់បាន ដោយគ្មានបញ្ហា</p>

enter image description here

Further:

40 questions
1
vote
1 answer

Sending burmese through Kannel

i am trying to send SMS in burmese from kannel but it does not get in proper format on phone, im getting some unknown symbols or Chinese characters instead can any one help me with this here's my code INFO: the phone is already having burmese…
Jimq
  • 362
  • 4
  • 17
1
vote
0 answers

iOS App - Vietnamese localization

I'm trying to localize my app to vietnamese; on iTunes Connect there is a Vietnamese localization but in Xcode there is two versions: Vietnamese (vi) and Vietnamese (Vietnam) (vi_VN). I received the translations from english with no more information…
1
vote
1 answer

Ionic app does not display lao/thai characters on Android device

I am developing an application that uses a webfont to display thai/lao characters. To do so I am defining a custom font-face as follows: @font-face { font-family: 'SaysetthaWeb'; src: url('./saysettha-web.eot') format('embedded-opentype'); …
ceyquem
  • 2,079
  • 1
  • 18
  • 39
1
vote
3 answers

Alternative web-font to render Khmer

What is web-fonts (preferably available from Google Fonts) supports Khmer UI. I have tried to define font-family:khmer ui; but it does not render even though I have the font installed on my computer.
Mehar
  • 2,158
  • 3
  • 23
  • 46
1
vote
1 answer

Myanmar characters encoding in Python 3.4

UnicodeEncodeError 'charmap' codec can't encode characters in position 1-12 I get this error on trying to paste the string in Myanmar language into Jinja2 template and save the template. I installed all needed fonts in the OS, tried to use codec…
boldnik
  • 2,547
  • 2
  • 27
  • 32
1
vote
1 answer

Displaying Khmer Characters (with vowels) in HTML input type text

For the word cambodian in Khmer it is កម្ពុជា. This word in Khmer is taller than normal ASCII characters because of the combination of the two vowels at the bottom of the second character. In IE (version 8 - 11) and Mozilla Firefox (version 28), the…
Alvin Sim
  • 338
  • 1
  • 9
  • 21
1
vote
0 answers

lao keyboard is not proper in android

private String sL[] = { "ຢ", "ຟ", "ໂ", "ຖ", "ຄ", "ຕ", "ຈ", "ຂ", "ຊ", "ໄ", "ພ", "ະ", "ຮ", "ນ", "ຍ", "ບ", "ລ", "ຫ", "ກ", "ດ", "ເ", "າ", "ສ", "ວ", "ງ", "ຜ", "ປ", "ແ", "ອ", "ທ", "ມ", "ໃ" }; private String cL[] = { "ຶ", "້", "ື", "້",…
Komal Sorathiya
  • 228
  • 1
  • 9
1
vote
2 answers

How to load Myanmar font in android webview?

I have set my custom font in css: @font-face { font-family: 'myanmar'; src: url('file:///android_asset/fonts/ZawgyiOne.ttf'); } .mm { display: inline; font-family: 'myanmar'; font-size: 18pt; font-weight: 500; …
ksh
  • 141
  • 1
  • 3
  • 16
1
vote
1 answer

Android : unsupported language questions - Laos

I'm not sure what do do about this one. My app needs to have Loation support (Laos) - the locale is not in Android and not available in any locale packs. Although I did find a Laos Language Pack, but installing it didn't seem to change anything. I…
1
vote
5 answers

Myanmar Language in Android

Quick question: Can I use the Myanmar Language in an Android App? I guess the bigger question here is about unicode in general but I don't know what to ask about that.
user1923613
  • 626
  • 5
  • 11
  • 31
1
vote
1 answer

Regular expression with Lao?

In Python I would like to display only Lao Characters in this HTML code (just only in "textarea" tag): ພິມຄໍາສັບລາວ ຫຼື ອັງກິດແລ້ວກົດປຸ່ມຄົ້ນຫາ - Enter English or Lao Then Hit Search
1
vote
4 answers

Right justify string containing Thai characters

I would like to right justify strings containing Thai characters (Thai rendering doesn't work from left to right, but can go up and down as well). For example, for the strings ไป (two characters, length 2) and ซื้อ (four characters, length 2) I want…
0
votes
1 answer

How distingush Unicode code is character or ideogram?

I try create top frequency words tables for many languages. I read Wikipedia text and isolate words. To detect if is alphanumeric I use u_isalnum from ICU (C++). This function takes as parameter 32 bit codepoint. It work correctly for latin chars…
Saku
  • 383
  • 2
  • 12
0
votes
0 answers

How to display the asian language in Openlayers

I stored a geojson file (around 150 polygons) on Geoserver and called this layer with the WFS in OpenLayers (v4.6.4). When the users clicks on the map, I display the information of the polygons. Nevertheless, It's a project for Asia and I have to…
DamTan
  • 189
  • 1
  • 3
  • 14
0
votes
1 answer

How to store Asian language in json and show in Tkinter gui?

I'm very new in Python programming. I want to store data in my language (Thai) in json file and then read it to show in Tkinter gui. Is there any Python package for help to read/write Asian language like my own ?
3ORZ
  • 79
  • 1
  • 3