============================================================== How to use english w2000 or xp to run in asian locales and see multibyte and be able to input it. Hope this can be helpful for those dealing with i18n issues or dev, since issues arise with use of multibyte that don't always show when using locales like european ones; thats why this emphasizes asian locales. Steps below refer to w2000; steps on xp same in general but some regional settings dialogs and items are slightly different than on 2000, but I think w2000 instructions do give the basic steps. Thanks to Joel Brown for showing me how to do this; I know at one time this did not work for earlier windows OS and I started using actual localized releases, but its great now that developers can use en windows and set other locales. For adding solaris asian locales if not there - file servicedesk and ask it to be added Its easy to do, does not affect your machine when not running in other locale and I can show you easy way to set fonts and input multibyte. (see http://dpweb.sfbay/teams/DeveloperTools_I18N/howtorunin.otherlocales For adding locales to jds quicksilver, install those locale specific rpms and the asian fonts and input tools or you can choose to add them later using yast2 or your install disks. 1. One way to install asian fonts and input tools: aa. get your licensed PC OS disk a. go to some web page in IE browser b. choose view->encoding->more->simplified chinese (make sure its simplified chinese, not traditional as we don't localize now for traditional (taiwan) c. popup appears asking if you want to install language pack d. choose install and then when asked insert the windows OS disk e. it should find the needed fonts and other files and install them. - may need to explicitly point to dir where fonts are if can't be found automatically. f. repeat steps b-e for japanese (autoselect) item in ie view->encoding->more (if japanese(autolselect) does not cause popup to appear then choose japanese (euc) g. reboot machine just to be sure. 2. set regional settings for locale and keyboard lets use simplified chinese as example a. control panel->regional settings - has several tabs 1) general tab - your locale - choose Chinese PRC ** In any of these operations, do NOT choose Traditional Chinese, that is Taiwan and a different locale entirely; we don't localize our products for it yet. This will set your default locale to be simplified chinese but of course os messages and windows will still be in english since this is not a localized os, which is good as we still want to see os messages in english. 2) input locales tab - choose Add ... 3) in popup choose Chinese PRC as locale and Chinese (simplified - Zheng Ma as the Keyboard layout/IME ** make sure to choose Zheng Ma and not US keyboard here. 4) choose ok and ok to the whole regional settings popup 5) after you download fonts/tools for Japanese, you can repeat these steps using for general tab choose Japanese and in input locales tab choose Japanese Japanse input system (IME-2000) ((at least on my w2000) (not US keyboard) 6) whichever locale choice is made in general tab is the current locale as viewed by the OS. 7) reboot to make sure 3. I think setting whole OS to another locale is better than starting ide with lang/region/encoding args since product also deals with other servers and databases, and we want all of these to have sense of other locale, not just the ide. Also, this more clearly emulates what typical user of a language specific windows will have. (that is, don't start ide with the -J-D lang/locale/encoding related args) 4. how to input multibyte aa. The best way for limited use is just to cut and paste ! aa1. start wordpad aa2. choose insert->date time aa3. choose some format in the popup that has multibyte as part of it aa4. now you can copy some of this text and paste into ide as needed. bb. Or, get some text from a browser for example, using Chinese locale as example, browse to cn.yahoo.com and get some page that has text that can be copied and pasted. Make sure IE view->encoding says Simplified Chinese. Same approach for japanese, go to www.yahoo.com.jp cc. using windows input tools But heres how to do it using the windows chinese input tools a. I just copied steps I did but have not reviewed this part. k. in right corner of windows is some icon like EN or a red dot or a red/white/blue circle, depending on which input tab item set to default. You may have to look for this. c. click left on it and you see choice of which input tools to use - EN, Japanese (red dot) or Chinese (red/white/blue circle) d. choose the red/white/blue circle - on left side bottom is a small toolbar appears (maybe on right side) e. open wordpad and leave cursor focus there f. You may need to rechoose on right side, the red/white/blue circle. g. in wordpad, type some letter like t h. you should see a popup with some multibyte and numbers - this helps you build a multibyte string i. choose 1 and you see the multibyte letter now in wordpad j. go to another line and type letter "tack" and you see an evolving string appear and then a final popup asking to choose 1 or 2 - choose 1 and another multibyte string appears. (dont type the quotes in "tack" ) k. what if I want to now type ascii characters ? go to the rectangular tool that has as its leftmost icon the red/white/blue circle and click on it - it changes to an A now you can type ascii. Its better to return to this ascii mode once you are done typing the chinese characters. But really the cut/paste method from web page is much easier. l. for japanese, its a different tool with some different ways of invoking it; both these tools have many many options and styles of input, and really, cut and paste can suffice for what we need to do.