Ask a Question related to Coldfusion Database Access, Design and Development.
-
Frustated #1
Manipulate file with non-printable characters
Hi, all.
I am in need to download a file from an MVS mainframe via FTP, open it,
replace a few text characters, and put it back on the mainframe.
The issue is, the file contains non-ASCII characters.
The method I tried was to use CFFTP binary download option and convert it to
Base64 on my ColdFusion server (6.1MX).
I then converted the strings I want to search and replace on the file to
Base64, and did a find and replace on the converted file.
Needless to say, it did not work (could not find the strings to replace). Do I
need to put the base64 converted file into an array, and then do the search and
replace on all rows? If so, how?
Thank you for any suggestions.
Mauricio
Frustated Guest
-
Inserting characters into certain position of file
I'm still having problems with this subject matter. If I have a line that is 600 characters long and I need to replace whatever is in characters... -
Characters Forbidden in File Names
For the purpose of enabling a Perl module, currently in development, to function properly on the most common operating systems, can anyone provide a... -
file i/o with german characters
I'm using the file i/o xtra to import text with German characters. The german characters display as ascii garbage. If I take the same file and copy... -
how to read japanese characters (multilingual characters) from a text file and save them in Access database ???
HI All i m trying to read a text file, having some japanese characters and saved as UTF-8 encoding. I m using ASP,FSO ... my code is below,... -
Counting lines/characters in an uploaded .DOC/.RTF file using ASP.NET
Hi, I've been trying to do line/character counts on documents that are being uploaded. As well as the "counting" I also have to remove certain... -
Frustated #2
Re: Manipulate file with non-printable characters
Ignore this message, posted to the wrong forum!!
Sorry.
Frustated Guest



Reply With Quote

