I
Isa Muqattash
Hi,
I am working with some c++ code, and need to find a way to extract the
revision log information from a word document programatically. Two question
that I would be very appreciative if someone can shed some light:
1) It appears that Office 2003 seems corrupt the revision log of documents
created in an earlier version of Office. Also, Office 2003 seems to not
create a new entry into the log when doing a "Save As". Has anyone else
experienced these issues?
2) Does the revisions log support Unicode? I am looking at the binary of a
couple files and see that for docs without Unicode data, every character
takes up two bytes, with the second byte being a 00. I am guessing this is
due to storing each character as a WCHAR.
Thanks for all the help!
I am working with some c++ code, and need to find a way to extract the
revision log information from a word document programatically. Two question
that I would be very appreciative if someone can shed some light:
1) It appears that Office 2003 seems corrupt the revision log of documents
created in an earlier version of Office. Also, Office 2003 seems to not
create a new entry into the log when doing a "Save As". Has anyone else
experienced these issues?
2) Does the revisions log support Unicode? I am looking at the binary of a
couple files and see that for docs without Unicode data, every character
takes up two bytes, with the second byte being a 00. I am guessing this is
due to storing each character as a WCHAR.
Thanks for all the help!