Archive for Posts Tagged bangla:

Speak your own language

May 4th

Today is the age of Open Source. There is a win win situation everywhere for open source. Search the web, you will get a thousands of benefits about open source. But what you may not get is:

I strongly believe “Open source increases the passion to mother language”. How?

শুভ নববর্ষ

April 14th


শুভ নববর্ষ। সবাইকে বাংলা ১৪১৫ সালের শুভেচ্ছা। সকলের জীবনে যেন নতুন বছরটি অনাবিল আনন্দ নিয়ে আসে সেই প্রত্যাশা রইল।

আপডেট:

Unicode Numeric figure converstion

May 31st

Now a day, many open source packages are translating in Bangla. This is usually done by replacing the language file with equivalent Bangla language’s Unicode value. But problem is that the numeric figures are still in English. I faced this problem in Projanmo Forum. So today I make a script to convert these English numeric figures to Bangla.

[code]
function convert($char){

switch($char){
case “1″:
return “১”;
break;
case “2″:
return “২”;
break;
case “3″:
return “৩”;
break;
case “4″:

Size

Colors