Concatenate character encoding issue
I have the following code:
(setf dirname
(concatenate 'string
(coerce dirname 'text-string)
(coerce dp ‘text-string) "/"))
I get the following error with a certain directory input name:
Error: #\– (of type CHARACTER) is not of type BASE-CHAR.
The filename is: BLADE X3 WORKStation – SUSE Studio,1_files
The ‘dp’ is coming from the result of #’pathname-directory.
‘dirname’ is simply the result of concatenating the dp parts together with a “/“.
Any suggestions to help deal with this character range encoding issue?
—
Burton Samograd
—
Burton Samograd
BusFactor1@gmail.com http://BusFactor1.ca
http://twitter.com/BusFactor1 http://facebook.com/BusFactor1 http://instagram.com/BusFactor1