Title:
Bug 77474:(Watson Migration Closure)i *think* this is a cf issue as i can render the missing chars (u+0640 & u+064A, ? "feh" & ? "yeh") if i use the iText lib (1
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): Paul Hastings / PaulH (PaulH)
Created: 05/26/2009
Components: Document Management, PDF generation
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,0,224233 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
i *think* this is a cf issue as i can render the missing chars (u+0640 & u+064A, ? "feh" & ? "yeh") if i use the iText lib (1.4 or whatever that ships w/cf) directly from cf (with the setArabicOptions()). the test code below however doesn't render those chars.
i can reproduce this in cf8 as well.
Method:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<cfdocument format="pdf">
<head>
<title>PRINT TEST</title>
</head>
<body>
<table width="810" border="0">
<tr>
<td width="225" ><div align="center"><strong>ARABIC TEXT PRINT
TEST</strong></div></td>
<td width="225" ><div align="center"><strong><span dir="rtl">???? ????
????? ?? ????</span></strong></div></td>
</tr>
</table>
</body>
</html>
</cfdocument>
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3038708
External Customer Info:
External Company:
External Customer Name: PaulH
External Customer Email: 00EE238442D680B29920157F
External Test Config: 05/26/2009
Attachments:
Comments: