A
Amit Puri
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.ï¼ï¼Žï¼‘ 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 Puri
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.ï¼ï¼Žï¼‘ 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 Puri