In mijn prog I am opening a xml file (encoding UTF-8) and I see this 'België'.
When I load this file in a TMemo I see this 'België'.
I want the same result in the memo field as I have in the xml file.
I am using Delphi 2007 for Win32.
Is there someone who can help me with this ?
I have a xml file and want to convert it to a HTML file.
Can someone tell me what kind of components I can use for this and where I can find a manual on how to use these components ?
These values are coming from a file within the recyclebin of Windows Vista. The date shown is the date of deletion of the file.
Hexadecimal view
00 19 2F 8E 45 14 C9 01
This is the code I use to get the result.
myfile := TFileStream.Create('c:\temp\$IVVY9BY.xml', fmOpenRead or...
When reading a file, I want to extract the timestamp. Using a hexeditor I am seeing this things
Signed 64 : 128656353327520000
Timestamps WIN 64 : 11/09/2008 19:35:32
Now how can I, in my program, convert the int64 to the Win 64 timestamp ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.