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
0
votes
1 answer

How do I add another keyboards into Remix OS (Vietnam, Cambodia, Thailand Keyboards)

I have a problem which are I cannot add another keyboards namely, Vietnam, Cambodia and Thailand. I cannot change the Keyboard from English language to Vietnam, Cambodia and Thailand languages. I have tried Khmer Smart Keyboard, Cambodia Keyboard…
0
votes
0 answers

Windows : schedule a task with asian UPN for username

I'm publishing and shipping a small .NET application whose MSI installer requires the IT guy to input login/password in order for the MSI to start a command line and schedule several tasks during the installation process. The IT guy is required to…
0
votes
5 answers

Word overflowing in div

I am working on a khmer site, I dont know the language, the words are too long. I am trying to fit them in div but they are over flowing. Is there a way that the part of word comes down automatically such that it fits in the div, and over flow part…
Aasim Hussain Khan
  • 1,137
  • 3
  • 15
  • 33
0
votes
1 answer

IE 8 or older cannot render khmer text

Just like all developers(even non-web ones), I have problems with IE too, beside the layout, css and html problems, recetly I just got a new issue about rendering khmer text content. I have following text data កម្ពុជា | Khmer IE 8 or older cannot…
user2889419
0
votes
1 answer

Thai language wrongly displayed:

I have a file notfound.php which returns a list of available keywords in English and Thai. It contains meta http-equiv='Content-Type content='text/html; charset=tis-620'". Thai Language displays properly if I request the page using any of the…
0
votes
2 answers

Display myanmar character

Currently, I'm calling social media platform API to retrieve some information. But the returned response contains some "raw encoding code" such as \u1064. Is there any way for me to convert it into Burmese character in .Net?
WenHao
  • 1,183
  • 1
  • 15
  • 46
0
votes
2 answers

Thai character display in phpmyadmin properly but not in front end

Last couple of hours i have tried hard but failed to come into a solution. why it's happening.... I have a table with collation=utf8_general_ci and it's column/field collation is also set to utf8_general_ci. i can see thai data properly from…
user1911703
  • 740
  • 5
  • 8
  • 24
0
votes
1 answer

Eclipse support for burmese language?

I am designing an android application which also have burmese language support. But eclipse juno dosen't support burmese language, any idea how to make it work.
Sunny
  • 2,074
  • 4
  • 24
  • 33
0
votes
2 answers

Android Khmer support

I am creating an app of which its users are Cambodian and mainly speak Khmer. I need to find a solution to be able to support Khmer for both display and input on a Nexus 7 device or any android device for that matter. Can anyone shed some light upon…
nmyster
  • 454
  • 1
  • 7
  • 20
0
votes
1 answer

Developing InputMethod For Burmese :: Android

I am developing Burmese Input Method for android 4.0. I am following the sample soft keyboard provided in API Demos. Now My question is In qwert.xml of sample soft keyboard.I got the following. ....
1 2
3