On 10/19/2011 9:08 PM, Scott Stewart wrote:
>
> It sounds like a font issue,

in the interest of education, no this is NOT a font issue. using a font that 
doesn't contain the chars you're trying to display usually results in empty 
squares ("[]") or a square w/that char's hex value.

if the encoding is off a bit (during display) you get something called mojibake 
(and yes it happens so often that somebody in japan coined a term for it).

if the encoding between the db & your display is off by a lot (say unicode in 
the db vs latin-1 on the display), the data is garbaged & you see question 
marks 
("??").


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348233
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to