RE: [ACFUG Discuss] RE: XML Formatting in CF5 question

2006-08-15 Thread axunderwood



Yeah, 
I tried that one first but it didn't work...I'm guessing the way the data was 
stored in unicode wasn't compatible with the utf 8. When I googled the 
invalid character reference, Microsoft actually suggests (it was the first link 
by the way) to use the iso 8859. The web is a never-ending learning 
process!

Thanks 
John,

Allen

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of John MasonSent: 
  Tuesday, August 15, 2006 12:07 AMTo: 
  discussion@acfug.orgSubject: RE: [ACFUG Discuss] RE: XML Formatting 
  in CF5 question
  
  Yep, actually UTF-8 
  is the way to go here. The group that supported the older 8859-1 (Latin-1) 
  group has move on. The UTF standards are the newer and more accepted encoding 
  standard.
  
  http://en.wikipedia.org/wiki/ISO-8859-1
  
  John
  [EMAIL PROTECTED]
  
  
  
  
  
  
  
  From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On 
  Behalf Of Steven RossSent: Monday, August 14, 2006 4:32 
  PMTo: discussion@acfug.orgSubject: Re: [ACFUG Discuss] RE: XML 
  Formatting in CF5 question
  
  why not use utf-8? guess it depends on 
  your input forms
  
  On 8/14/06, [EMAIL PROTECTED]  [EMAIL PROTECTED] 
  wrote:
  
  
  
  Quick update - just 
  in case anyone else ever runs into this problem. Again, just to restate 
  quickly - say you have a German name with the double dots over the "u" or you 
  have a spanish name with the ~ over the "n" or something like that, it was 
  breaking my xml. To fix it I just needed to put this declaration at the 
  top of the xml document:
  
  
  
  ?xml version="1.0" encoding="iso-8859-1" 
  ?
  
  
  
  Allen
  
-Original 
Message-From: 
Underwood Allen (WJJ1AXU) Sent: Monday, August 14, 2006 12:32 
PMTo: 'discussion@acfug.org'Subject: XML Formatting in CF5 
question

Hello 
everyone,



I've got an aggravating 
situation. We're using CF5 and I'm doing some AJAX interfaces. 
My problem is, we have international users that have unicode characters such 
as o acutes and various other flavors of invalid xml characters...Do any of 
you know of a way either in XML or in CF5 to escape the characters that will 
cause the XML to be invalid? 



Also, so you know, the values 
that are causing problems are attributes and not text values in-between the 
tags...for instance:



person 
fName="invalidCharacterShowsUpHere" /



CDATA won't solve my problem and 
I'm running out of ideas.



Any help would be 
awesome!



Thanks,



Allen
  - 
  To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more 
  info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List 
  hosted by FusionLink 
  - 
  
  -- Steven Rossweb 
  application  interface developer http://www.zerium.com[phone] 404-488-4364 
  - To 
  unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform 
  For more info, see http://www.acfug.org/mailinglists 
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink 
  - 
  - 
  To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform 
  For more info, see http://www.acfug.org/mailinglists 
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink 
  - 




-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink

-




Re: [ACFUG Discuss] RE: XML Formatting in CF5 question

2006-08-14 Thread Steven Ross
why not use utf-8? guess it depends on your input formsOn 8/14/06, [EMAIL PROTECTED] 
[EMAIL PROTECTED] wrote:






Quick 
update - just in case anyone else ever runs into this problem. Again, just 
to restate quickly - say you have a German name with the double dots over the 
u or you have a spanish name with the ~ over the n or something like that, 
it was breaking my xml. To fix it I just needed to put this declaration at 
the top of the xml document:

?xml version=1.0 encoding=iso-8859-1 
?

Allen

  -Original Message-From: Underwood Allen (WJJ1AXU) 
  Sent: Monday, August 14, 2006 12:32 PMTo: 
  'discussion@acfug.org'Subject: XML Formatting in CF5 
  question
  Hello 
  everyone,
  
  I've got an 
  aggravating situation. We're using CF5 and I'm doing some AJAX 
  interfaces. My problem is, we have international users that have unicode 
  characters such as o acutes and various other flavors of invalid xml 
  characters...Do any of you know of a way either in XML or in CF5 to escape the 
  characters that will cause the XML to be invalid? 
  
  Also, so you know, 
  the values that are causing problems are attributes and not text values 
  in-between the tags...for instance:
  
  person 
  fName=invalidCharacterShowsUpHere /
  
  CDATA won't solve 
  my problem and I'm running out of ideas.
  
  Any help would be 
  awesome!
  
  Thanks,
  
  Allen



-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink

-



-- Steven Rossweb application  interface developer http://www.zerium.com[phone] 404-488-4364



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-



RE: [ACFUG Discuss] RE: XML Formatting in CF5 question

2006-08-14 Thread John Mason








Yep, actually UTF-8 is the way to go here.
The group that supported the older 8859-1 (Latin-1) group has move on. The UTF
standards are the newer and more accepted encoding standard.



http://en.wikipedia.org/wiki/ISO-8859-1



John

[EMAIL PROTECTED]















From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steven
Ross
Sent: Monday, August 14, 2006 4:32
PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] RE:
XML Formatting in CF5 question





why not use utf-8? guess
it depends on your input forms



On 8/14/06, [EMAIL PROTECTED]  [EMAIL PROTECTED] wrote:







Quick update - just in case anyone else
ever runs into this problem. Again, just to restate quickly - say you
have a German name with the double dots over the u or you have a
spanish name with the ~ over the n or something like that, it was
breaking my xml. To fix it I just needed to put this declaration at the
top of the xml document:











?xml version=1.0 encoding=iso-8859-1 ?











Allen





-Original Message-
From: Underwood Allen (WJJ1AXU) 
Sent: Monday, August 14, 2006
12:32 PM
To: 'discussion@acfug.org'
Subject: XML Formatting in CF5
question



Hello everyone,











I've got an aggravating situation. We're using CF5 and
I'm doing some AJAX
interfaces. My problem is, we have international users that have unicode
characters such as o acutes and various other flavors of invalid xml
characters...Do any of you know of a way either in XML or in CF5 to escape the
characters that will cause the XML to be invalid? 











Also, so you know, the values that are causing problems are
attributes and not text values in-between the tags...for instance:











person fName=invalidCharacterShowsUpHere
/











CDATA won't solve my problem and I'm running out of ideas.











Any help would be awesome!











Thanks,











Allen








- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink

- 








-- 
Steven Ross
web application  interface developer 
http://www.zerium.com
[phone] 404-488-4364 
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink 
- 









-

To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink

-