Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / July 2004

Tip: Looking for answers? Try searching our database.

Special caracters

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gir - 27 Jul 2004 13:18 GMT
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
Jean-Luc David [MS-MVP] - 27 Jul 2004 15:39 GMT
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
dotnetmvp@hotmail.com
http://www.stormpixel.com
http://weblogs.asp.net/jld/

--- Original Message ---
> Hi,
>
[quoted text clipped - 10 lines]
>
> Regards
- 27 Jul 2004 15:53 GMT
Re,

In fact it is obvious : just write in the html code :
&#51115; !!!

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

Thanks for you reply

>-----Original Message-----
>Hi there,
[quoted text clipped - 46 lines]
>
>.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.