Hi,
I am using Mobile web project to develop a portal to be compatible to J-sky (j-phone) emulator.
I have to use shift_jis charset, as supported by device. I am using Microsoft IME 2000 7.0.1 to switch to Japanese language.
Direct input mode works fine, I am able to input in japanese through Emulator.
but when I switch to Hiragana or Full-width katankana or half-width katankana, characters are shown in the emulator, but on press enter, these characters are converted into .
Surprisingly, it works fine on IE.
Page level
<%@ Page language="c#" Codebehind="MobileWebForm1.aspx.cs" Inherits="MobileWebApplication2.MobileWebForm1" AutoEventWireup="false" codePage="932"%>
<META http-equiv="Content-Type" content="text/html; charset=shift_jis">
Web.config
<globalization requestEncoding="shift_jis" responseEncoding="shift_jis" />
Please let me know if i have to something more than what is done in the above lines of code.
amit
Amit

Japanese characters
CharlesL
Alfred LOK
Can you give me a little more information about your development environment Are you using Visual Studio 2003 If so are you creating a smart device application
Also, I am not familiar with what a j-sky emulator is - is this a 3rd party emulator
Thanks,
Sandy
FaulstiR
If so, here's the right place for it: http://forums.asp.net/
Javaman59