[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Amit Puri

8/29/2005 5:35:00 AM

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ã??ï¼?ï¼?0ï¼?ï¼? 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