Does ERPDFWrapper support Unicode character output to PDF?

for example ⓵ displays as ⓵ in the browser but when rendered to PDF 
using ERPDFWrapper nothing is displayed?

Here is a simple html doc that shows the browser behavior.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
</head>
<body>
<p>&#x24f5;</p>
</body>
</html>

JR
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to