On 9/22/2010 12:11 PM, Paul Kukiel wrote: > I am trying to output, using a coldfusion report builder report, text in > Japanese/Russian to a PDF. They always come out with ???? I tried the
i just tried this w/cfr 9 on windows PDF output & it works as expected. first off, are you sure the data/report(should be identity-H) are properly encoded? what font are you using (do not use the "@" ones)? embedded or not (actually didn't matter for me but might if your client doesn't have font with those glyphs)? btw "?" indicates garbaged data. empty boxes or blank glyphs indicate font or minor encoding issue. so if you're getting ? in your PDF then i'd go back to the encoding. #LSCurrencyFormat(45345,'local','ja_JP')# also works fine in cfr PDF output (provided formatted w/correct font). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337303 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

