V13.6 W7 pc How do I ‘dumb down’ rich text characters when creating an xml from data (text) in records ? Because the -other- program that needs to ‘read’ the xml generates an error when encountering characters like: é, É, á, ë, ç etc. then stops importing.
I assume when the method is creating the xml (process 4D tags), these characters need to be changed to plain e, E, a, c even if that is creating a ‘wrong’ or none existing word, e.g. : curaçao —> curacao; reëel —> reeel Could there be one setting to do this, or must I ‘scan’ each word in the data to be exported ? like: USE CHARACTER SET(“us-ascii;0) if so when must this be called ? or after finishing restoring the CHARACTER SET ? ernie hilgers(aruba) ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

