<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, <br>
<br>
I have studied this Monticello bug:
<a class="moz-txt-link-freetext" href="http://bugs.impara.de/view.php?id=106">http://bugs.impara.de/view.php?id=106</a><br>
<br>
It&#8217;s the following problem: Monticello saves version info in a file in
zip archive. It reads content of this file and parses it
(MCMczReader&gt;&gt;parseMember:). It works well until the version info
contains a WideString. Then the version string is still interpreted as
ByteString so the parsing fails. <br>
<br>
We have to guess if the source ByteArray contains simple ByteString or
WideString. But that&#8217;s not all. The version info contains UUIDs that
are stored as simple ByteArrays. So result is mix of ByteString and
WideString!<br>
<br>
I&#8217;m afraid this error causes change of Monticello package format :-(<br>
<br>
-- Pavel<br>
<br>
</body>
</html>