[ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ ACFUG Discuss] WT Heck is this character? �

2009-12-10 Thread Tommy Geist
cfoutputspan style=font-family:Arial Unicode MS#chr(65533)#/span/cfoutput --- On Wed, 12/9/09, Derrick Peavy derr...@derrickpeavy.com wrote: From: Derrick Peavy derr...@derrickpeavy.com Subject: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] WT Heck is this character? � To:

[ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG D iscuss] WT Heck is this character? �

2009-12-10 Thread Jason Vanhoy
It's this: http://www.fileformat.info/info/unicode/char/fffd/index.htm Hex value is FFFD On Wed, Dec 9, 2009 at 10:25 PM, Derrick Peavy derr...@derrickpeavy.comwrote: Yes and yes. But let me refine the question - WHAT IS THE CHARACTER??? I cannot find a way to trap it and I don't know

[ACFUG Discuss] RE: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] WT Heck is this character? �

2009-12-10 Thread Troy Jones
I see this character sneak into code when I open something in Eclipse that was originally edited using some other editor or the file was originally created on a Mac. [cid:image001.jpg@01CA7979.940C53C0] ___

[ACFUG Discuss] Re: [ACFUG Discuss] RE: [ACFUG Discuss] Re: [ACFUG D iscuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] WT Heck is t his character? �

2009-12-10 Thread Jason Vanhoy
It's the unicode character used to replace an incoming character that the reading system has no idea how to handle. On Thu, Dec 10, 2009 at 9:17 AM, Troy Jones t...@dynapp.com wrote: I see this character sneak into code when I open something in Eclipse that was originally edited using some

[ACFUG Discuss] Re: [ACFUG Discuss] RE: [ACFUG Discuss] Re: [ACFUG Dis cuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] WT Heck is this character? �

2009-12-10 Thread Derrick Peavy
What I have to do is remove this from an incoming feed. The char is in the data feed, it's not created on a mac, in fact it comes from Amazon. So, I have to find a way to get it out of the incoming data feed. Have tried doing s/r before with no luck. But will try again.

RE: [ACFUG Discuss] Re: [ACFUG Discuss] RE: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] Re: [ACFUG Discuss] WT Heck is this character? ?

2009-12-10 Thread Shane Heasley
As Dean mentioned - use a whitelist. Only allow those characters in that are in your whitelist and exclude all others. Perhaps REReplace? Cheers, Shane Heasley _ So, I have to find a way to get it out of the incoming data feed. Have tried doing s/r before with no luck. But will