vle-file-encoding
(vle-file-encoding filename)
This function returns the encoding style of
the specified filename; useful on text
files, for later (open) operation.
Arguments |
filename (string) name of the text file to be examined |
Return |
the encoding of the text
file; |
Example |
(vle-file-encoding "MyData.dat") "UTF-16LE" or "ANSI" |
Alias |
|
Remarks |
'filename'
is searched in all support pathes, if it does
not contain a path; |
Remarks 2 |
the provided encoding string can be used with the (open) function and extended BricsCAD Lisp functionality |
© Bricsys NV. All rights reserved. |