- What's New
- Documentation
- Setting up KKoncepts Email on Thunderbird 2
- Setting up KKoncepts Email on Thunderbird 3
- Setting up KKoncepts Email on Outlook XP (version 2002)
- Setting up KKoncepts email on Outlook 2007
- Setting up KKoncepts Email on Apple Mail
- Setting up KKoncepts Email on Outlook Express
- Sharing your Calendar in Thunderbird
- Secure FTP Access to your KKoncepts Website
- Staff Blogs
- Contact Us

Living in Asia means lots of character sets to deal with - Roman script, Chinese characters (Simplified and Traditional), Thai, Vietnamese, <your script here>. One day everyone will use Unicode and this won't be an issue. But today I still get support calls asking why the webmail system doesn't properly display a certain script. The answer is usually because I haven't enabled that "locale".
On debian, enabling another locale is dead easy. Just run dpkg-reconfigure locales Choose the locales you want to enable and press 'OK'. That's all there is.
On Ubuntu, however, it's still a bit more manual process. First you either need to edit the file "/var/lib/locales/supported.d/local" or create a new file in that same directory. Since I'm going to enable Thai, I'll add a new file called "th". ("th" being the country abbreviation code for Thailand.)
Since I have no clue what the locale settings are for Thai scripts, I need to do a little googling. Turns out there are two of them, the old, non-Unicode locale and the newer UTF-8 locale. I'll add them both to cover all the bases.
So I create a new file called "/var/lib/locales/supported.d/th" and into it I put the two lines for the two new locales I want to add.th_TH TIS-620
th_TH.UTF-8 UTF-8
Then we run "dpkg-reconfigure locales" and it picks up the new settings and creates the locale files. And now Thai should be displayed correctly. (Assuming, of course, you have the proper font on your computer. But that's another story.)
Navigation
Search
Recent blog posts
- Upgrading the "filesystem" rpm in a Redhat/CentOS vserver guest
- Preforking Servers and Zombies in Perl
- Bandwidth usage in IPCop
- Flashing kubuntu startup screen
- Lightning issue in Thunderbird 3 in Ubuntu Lucid
- Windows 7 64-bit (pro) update problems
- Perl, magic open, and gzip
- Virtual Box Ubuntu Network eth0 becomes eth1
- Missing host CD drive in VirtualBox
- Custom OpenVPN Installer
