by
fseipel » Wed Oct 24, 2012 1:27 pm
See Agilent manual on version upgrade, excerpted below.
I haven't used this tool, you can also do this with DOSRUN and TYPE command, but might as well use their utility. So just convert the file after closing it, then you can import to LIMS. Also, if LIMS is open source you ought to be able to just change the way it opens files to read UNICODE. I'm in the (slow) process of implementing an open-source Access LIMS, so I'm gradually learning about these issues. I have noticed it's very important to pay attention to what format worklist file is in or import is impossible.
---------------------------------------------------------------------------------------
Converting Unicode to ANSI
Installed custom solutions need verification that the used program is able to
read unicode-based files. If this is not the case, either the program needs to be
adapted to allow unicode encoding, or the files need to be converted to ANSI
standard files. Agilent provides a conversion tool UnicodeToAnsi.exe which is installed
automatically in following directory during installation: x:\Chem32\sys
This tool allows easy conversion of Unicode-based files to ANSI standard files
and should be executed after the Unicode-based file has been created. The
following macro illustrates the use:
a= execnowait (“UnicodeToAnsiFile.exe ”+ “c:\temp”+”\ansi.txt”)
Note: Be aware that there must be a blank after the UnicodeToAnsiFile.exe.
-----------------------------------------------------------------------------------------