To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88577
------- Additional comments from [EMAIL PROTECTED] Tue May 6 10:17:46 +0000
2008 -------
oj, this encodind applays not only for 0x30 marked dbfs, so the condition is
not only
case VisualFoxPro:
but
static const char dbf_markers[] = "\x8B\xCB\x03\x30\x43\x63\x83\xF5\xFB";
/* valid "codepaged" markers are with "\x8B\xCB" exception */
static const char *dbf_markers_cp = dbf_markers+2;
if ( strchr(dbf_markers_cp, m_aHeader.db_frei[17])
&& !m_aHeader.db_frei[18] && !m_aHeader.db_frei[19])
{
...
Condition "&& !m_aHeader.db_frei[18] && !m_aHeader.db_frei[19]" is from
microsoft cpzero program, shipped with foxpro since 2.6 or earlier and prevent
corruption future dbf extension that may it's own point of view on reserved
fields.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]