Opened 20 years ago

Closed 13 years ago

#817 closed defect (wontfix)

Use of hex value with CHARACTER keyword

Reported by: dmorissette Owned by: sdlime
Priority: high Milestone: 5.6 release
Component: MapServer C Library Version: 4.3
Severity: normal Keywords:
Cc:

Description (last modified by hobu)

It has been reported that when defining a symbol using a truetype font, it is
possible to use either the character (such as CHARACTER "?") or the number (such
as CHARACTER "?"), but it's not possible to use a hex value for the number.

We could use the form "?" for that, as described in the HTML 4.01 spec:
http://www.w3.org/TR/html401/charset.html#entities

Would it be much work to add that to the parser?

Change History (6)

comment:1 by sdlime, 20 years ago

This seems like an issue with Freetype and/or the GD interface. That's where 
the special representations are recognized. Are you suggesting that we convert 
the hex to a number before handing to GD? If so that wouldn't be too hard. Just 
a bit of code added to mapsymbol.c to check for a hex value and do the 
conversion.

Steve

comment:2 by hobu, 17 years ago

Description: modified (diff)

Has this one been fixed?

comment:3 by hobu, 17 years ago

Milestone: 5.0 release

Putting this on the 5.0 milestone as we may want to do something re: AGG as well here.

in reply to:  2 comment:4 by sdlime, 17 years ago

Replying to hobu:

No, I don't ever recall seeing it...

comment:5 by sdlime, 17 years ago

Milestone: 5.0 release5.2 release
Status: newassigned

comment:6 by dmorissette, 13 years ago

Resolution: wontfix
Status: assignedclosed
Note: See TracTickets for help on using tickets.