We have moved to Github. Please open tickets there.

Opened 5 years ago

Closed 5 years ago

#139 closed Defect (fixed)

ODD encoding problem

Reported by: diego Owned by:
Priority: high Milestone: Elgg 1.0
Component: ODD Version: 1.0
Severity: major Keywords: odd, export, encoding
Cc: brettp Difficulty:

Description

In names with special characters like á, é, í, ó, ú the parser encode it using HTML tags like á etc. that is not valid for XML documents it would be necessary to use the alternate encoding schema &#123, etc.

I got this error trying to see my ODD export in firefox 3

XML Parsing Error: undefined entity
Location: http://test.elgg.org/pg/profile/dramirez?view=odd
Line Number 5, Column 168:<metadata uuid="http://test.elgg.org/odd/517/attr/name/" entity_uuid="http://test.elgg.org/odd/517/" name="name" published="Fri, 04 Jul 2008 14:48:08 -0500" >Diego Ram&Atilde;&shy;rez</metadata>

Change History (2)

comment:1 Changed 5 years ago by marcus

(In [svn:1415]) Refs #139: Using UTF-8 encoding as a speculative fix. Test and confirm.

comment:2 Changed 5 years ago by marcus

  • Resolution set to fixed
  • Status changed from new to closed

(In [svn:1437]) Closes #156 & #139

Note: See TracTickets for help on using tickets.