function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dunspokendunspoken 

Special characters such as: á

Does anybody knows where can I find the special characters documentation or  list ??? for visualforce  

 

Im trying to set the value of a <apex:commandButton action="{!step6}" value="Atrás"/>

 

but "Atrás" has the á special character I google this a couple of times but the regular &aacute;    doesnt work at all,

 

I get the button with the "A&aacute;s" value....

 

Please help !!!

 

KapilCKapilC

Hi

 

You should open your VF page in browser and after that you can write these type of special characters.

 

  <apex:commandButton value="ÀÁÃÆõá™" action="{!save}"/

 

 output will be :-

 

 

 

 

 

 

 

 

 

 

 

 

[If you got answer from my post please mark it as solution.]
 
Thanks,
Kapil
dunspokendunspoken
<apex:commandButton action="{!step6}" value="Atrás"/>

 Ok, did try!

 

didnt work by the time I hit save in Eclipse it turns it into this:

 

<apex:commandButton action="{!step6}" value="Atr�s"/>

 

and in the button pops a questions mark with a black background