Monday, January 5, 2009, 10:08:26 AM, Hans wrote:

> convert the hex value to decimal.
> Like #25BC = 9660

> $FmtPV['$DownTriangle'] = "'▼'";

should have read:

Like: x25BC = 9660

actually you don't need to convert the hex value to decimal,
you can use it straight, like this in your PV definition:

$FmtPV['$DownTriangle'] = "'▼'";

or you can use the code directly in the page, like

▼


  ~Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to