Special caracters
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.aspnet.mobile.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

Gir
Hi,

In my i-mode portal, i want to include emoji.

So i have to include : 잫 for example.

But when i compile my code i have : ? and this is not an
emoji ! So with : 잫 it runs but it don't works

Can somebody help me ?

Windows SErver 2003 and framework 1.1.4322

Regards

Reply to this message...
 
    
Jean-Luc David [MS-MVP] (VIP)
Hi there,

To add in emoji in your ASP.NET webpage, you have to
use the symbol: URL scheme. For example:

<mobile:Image
runat="Server"
id="emoji"
AlternateText="Here is an emoji"
ImageUrl="symbol:51115">
</mobile:Image>

The symbole :URL scheme is documented on MSDN:

http://msdn.microsoft.com/library/en-us/mwsdk/html/mwlrfimagecontrol.asp

Keep in mind that the emoji will only render if the framework
detects the device as an i-Mode device. It will likely not work
in emulators (unless the correct User-Agent is transmitted to
the server).

I've written an article called "Developing I-Mode Websites
using Mobile.NET" on ASPToday.com which goes into deeper
detail.

Thanks,
Jean-Luc David
Microsoft .NET MVP
Click here to reveal e-mail address
http://www.stormpixel.com
http://weblogs.asp.net/jld/

--- Original Message ---
[Original message clipped]

Reply to this message...
 
    
anonymous@discussions.microsoft.com
Re,

In fact it is obvious : just write in the html code :
잫 !!!

I have not to add a mobile control and set a text.

Thanks for you reply

[Original message clipped]

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com