15.01.2010 10:50, Florian Klaempfl:
What's the point of being so carefull about unreadable PPUs?
Simply because it means that something really strange happened. Maybe it
is only a wrong compiler version but it could be also a corrupted file
system and then starting to delete files is really bad
On Fri, 15 Jan 2010, Nikolai Zhubr wrote:
15.01.2010 10:50, Florian Klaempfl:
What's the point of being so carefull about unreadable PPUs?
Simply because it means that something really strange happened. Maybe it
is only a wrong compiler version but it could be also a corrupted file
system a
When the XML file includes accented characters, an "Invalid character in input
stream" exception is raised. Is this correct?, how should I include accented
chars in an XML file?.
Leonardo M. Ramé
http://leonardorame.blogspot.com
___
fpc-devel mail
Sorry, I found it now checks the encoding of the XML file. To accept spanish
accented chars, I had to include
and it worked ok.
Leonardo M. Ramé
http://leonardorame.blogspot.com
--- On Fri, 1/15/10, Leonardo M. Ramé wrote:
> From: Leonardo M. Ramé
> Subject: [fpc-devel] New issue in fcl-xm
Leonardo M. Ramé wrote:
Sorry, I found it now checks the encoding of the XML file. To accept spanish accented chars, I had to
include and it worked ok.
The iso-8859-1, utf-8 and utf-16 are the only encodings handled 'natively' (by
the XMLRead unit).
Any encoding not from this list must be h
15.01.2010 14:12, Michael Van Canneyt:
Ok, maybe some command-line option could be usefull to explicitely
allow such PPU overwriting?
-B should do that.
It does not actually, I've just checked.
If I explicitely ask to compile the unit for which a damaged PPU file
does exist then no problem