You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
The documentation says 'High ASCII characters in the range 128-255' are 'Replaced by unicode escape sequence.' When I use XMLFormat, it appears to generate ISO-8859-1 hex notation encoding rather than UTF-8 encoding or raw Unicode that an XML processor expects. Is this what's happening? And is this valid encoding by XMLFormat? :confused;
PaulH
unread,
Mar 2, 2005, 12:43:17 PM3/2/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm using CF5. Is there any way to specify the page encoding with CF5?
Thanks.
Grant
unread,
Mar 2, 2005, 3:31:16 PM3/2/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm generating an RSS feed. With some special characters in the text, the XMLFormat function is generating hex encoded characters that are not recognized by some RSS parsers because they are not the standard UTF-8 encoding.
PaulH
unread,
Mar 2, 2005, 3:28:19 PM3/2/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
just w/the plain meta header but i'd think that wouldn't help much. can you explain what you're trying to do?
PaulH
unread,
Mar 3, 2005, 4:02:32 AM3/3/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
sorry, i don't have cf5 box to try anything....what happens if you skip the xmlformat? is the xml valid?