Special Characters on Htm [Solved]

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
lenik
Posts: 6
Joined: Sun Jan 09, 2011 12:01 am

Special Characters on Htm [Solved]

Post by lenik »

L2J Revision Number:4470
L2JDP Revision Number:7733

I'm translating some htm and my problem is that if i write special characters like ñ or ¿ they appear like <?> when i talk to the npc.

I though that if i write &ntilde; = ñ it would works, but not. And if i write &#241; = ñ appears the name of an item or something like that.

I also tried with other special characters like &aacute; =á and it doesnt work...

So, my question is: What should I do?
Last edited by lenik on Mon Jan 17, 2011 11:03 am, edited 1 time in total.
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Special Characters on Htm

Post by tukune »

UTF-8
lenik
Posts: 6
Joined: Sun Jan 09, 2011 12:01 am

Re: Special Characters on Htm

Post by lenik »

Could you explain a little bit better?

what i need to write? for example for letter "ñ"
MasterJinz
Posts: 54
Joined: Mon Sep 27, 2010 9:01 pm

Re: Special Characters on Htm

Post by MasterJinz »

When saving htm , make sure encoding is UTF-8 or Unicode
Sry for bad english :)
lenik
Posts: 6
Joined: Sun Jan 09, 2011 12:01 am

Re: Special Characters on Htm

Post by lenik »

thanks
Post Reply