Register now! Don't miss out on early bird conference and hotel rates! ************************************************************************* Twenty-third...
Although it is true that UTF-8 can handle almost all char sets, but its encoding algorithm differs that from other encoding schemes. GB18030 encodes chars in...
Addison, Thanks a lot for taking the time to give such a detailed reply to my question. It was very useful information. There's nothing like experience, to...
Hi, I have a UNIX system whose LANG and LC_ALL are set to ja_JP.UTF-8. I have Exceed 8 multilingual version. I wanted to create a japanese file (both name and...
Hi Singhal, On Solaris, you would use Shift-Spacebar to invoke the Input Method Editor. Then use a text editor that is IME enabled, dtpad or whatever, and...
Henry Meinig
henry_meinig@...
Feb 4, 2003 10:33 pm
1050
Thanks everyone for helping me with my gb18030 questions. I have a different question this time. My company has many Java Swing applications and a request...
It depends on which JRE version you are running under. All Swing controls inherit from java.awt.Component, which has a method "setComponentOrientation()". You...
Hi all I am using apache webserver & tomact engine in my server., i need to store some html files (user homepages ) in my server i idealy wants to create one...
Hi Rajesh, The short answer is "no": generally speaking domain names (DNS) doesn't support non-ASCII names at this time and the host name solution you are...
Hi Addison Thanks a lot for u r reply ., will check this out Nice Day regards & thanks Rajesh ... From: Addison Phillips [wM] To: i18n-prog@yahoogroups.com ...
I have a VC++ project with resource dialogs that is setup as multibyte enabled. I am having an issue displaying Japanese shift- jis encoded data on an English...
<http://www.webofculture.com/> Web of Culture In this issue: * <http://www.webofculture.com/updates/global_update_feb_2003.asp#microsoft> Microsoft Not So...
Hi all, I would like to know if exists in Win2K or .NET any component that handle Unicode normalization and in particular the NFC one. We want to stick to...
There is not such a component in Windows, at present. However, in Windows is collation data that was doing this job before anyone ever even thought of the...
Hi. I am new to globalization, et al, and I hope I can convey my situation without confusing anyone (too much). I am in a group designing a web application...
Hello All, I am new to this world of internationalized software. Is there any book/site which consicely describe how and what to take care while developing a...
Hi We have a statement such as "insert into tableA (sysdate, "val"); I want to know how to get the sysdate in GMT for oracle. Currently it uses the server's...
Oracle 9 allows you to handle time zones. See the documentation for date functions and variables. If you are dealing with Oracle 8 or earlier, you may want to...
Hello, all. Does anyone have any suggestions for sorting CJK (GB 18030) data using JavaScript? From Unicode ch10 it seems that these are some sorting options: ...
LISA Global Strategies Summit USA March 3-6, 2003 -- Foster City, CA * Understanding what customers want to achieve * Network with over 200 industry...
Hi All, Is there any printing tool available in the market to which If I send a set of Englisg String and the target language it will do then following tasks ?...
Doea anybody know what code set/charset/encoding/whatever is used by main frame for Korean text? I'm talking about the legacy code set, not Unicode based...
I think you mat need to make sure that the font you're using for the dialog box or the container that contains the resources have the desired font. The ...
For those of you on this list who have similar situations or interests, you might want to consider taking a look at the globalization jobs list on yahoo...
Here is example code... the rc file is setup as English US, but I am trying to dynamically change the font on the controls: BOOL CAboutDlg::OnInitDialog() { ...