Advertisement

1 - 10 of 12 containing alltags:("0a") (0 seconds)
is it possible to define exactly which char should end a line ? i have a file in codepage 500 (EBCDIC) in this codepage 0D0A should be newline. but BufferedReader.readLine()wrongly uses a single...
Zones: JavaDate Answered: 04/17/2000 Grade: B Views: 15
Hi, I need to load a file of which the row terminator is only a linefeed (0A). How can I load this file? BULK INSERT only has \n (0D0A) and \r (0D) as row terminators. If you use \n, BULK INSERT...
Zones: MS SQL ServerDate Answered: 07/08/2002 Grade: A Views: 18
Dear all,       My program will read in a file line by line. In each line, if the character '0D0A' or '0A' (ascii hex code) is encountered, I want to remove the '0A' from the line. May you show...
Zones: C++Date Answered: 05/06/2003 Grade: A Views: 13
I'm using asm112 to write a program to floppy boot sector. Here's the code         mov     ax,07c0         mov     ds,ax         xor     bx,bx         mov     ah,0e         mov     si,off...
Zones: AssemblyDate Answered: 11/28/2004 Grade: A Views: 0
I need to replace characters in a string, using JSTL. I'm not really familiar with JSTL. The string is the result of the c:out tag. The characters are the following (hexadecimal): 0D 0A 09, in rand...
Zones: JSP, JSTL / TagsDate Answered: 06/29/2005 Grade: A Views: 175
Hi I have a code like this. It outputs following funny characters. Can you please help? $width=120; $height=round($width * ($size[1] / $size[0])); $img=imagecreatetruecolor ($width, $heig...
Zones: PHP, Font CreatorDate Answered: 01/01/2006 Grade: A Views: 0
Hi, I have an Oracle database table that I have downloaded into MS Access.  I need to transfer this data to a file on an IBM AS-400.  Everything works great except one thing.  One of the columns...
Zones: MS AccessDate Answered: 03/26/2006 Grade: A Views: 5
Hi Experts, Some time ago, ozo showed me how to do things like:     perl -pe "BEGIN{binmode STDOUT} s/\r//" dosfile >unixfile to remove CRs (carriage returns) from files, and:     perl -i.bak...
Zones: PerlDate Answered: 07/03/2006 Grade: A Views: 0
I have hundreds of TXT files, in ASCII format, that have a lots of page-breaks that I want to remove or replace.       When I look at it in Windows Notepad, it just looks like a little vertical re...
Zones: Regular Expressions, Programming, PHPDate Answered: 11/07/2007 Grade: A Views: 269
I am trying to open a file, read the contents of the file into a string for later modification, then close the file. See code below.. ff = FreeFile Open Fname$ For Binary As #ff Raw$ = String$...
Zones: Visual BasicDate Answered: 02/17/2002 Grade: A Views: 0