[Expat-discuss] &§ ü ö ächaracters how to handle

Michael B.Allen mba2000 at ioplex.com
Mon Mar 17 16:29:01 EST 2003


On Mon, 17 Mar 2003 17:26:34 +0100
Bjorn Brox <brox at corena.no> wrote:

> tim fornoville wrote:
>  > Hi,
>  >
>  > I've got a little problem here, when I parse a file with " & § ü ö ä
>  > "  the parser shuts down.. , is there a work-around...
>  >
> Default encoding is UTF 8 and these characters is not valid UTF-8
> characters (each of them mark the start of a UTF-8 sequence, but the 
> next character is probably not a valid).

Except for the ampersand character which needs to be replaced with the
builtin entity reference &amp;.

Mike

-- 
A  program should be written to model the concepts of the task it
performs rather than the physical world or a process because this
maximizes  the  potential  for it to be applied to tasks that are
conceptually  similar and, more important, to tasks that have not
yet been conceived. 



More information about the Expat-discuss mailing list