0
My application runs on a Unix OS, so my files .TXT
are created in UNIX format, I need these files to be created in WINDOWS format.
I need the line breaks to be in WINDOWS format r n. I’m having trouble with UNIX format because it only inserts n.
Today, I create the files using file_put_contents
.
Can you describe it better? What exactly do you want to change in shape? Line breaks? Charset (accent)? Please be more specific.
– Allan Andrade
I think he refers to line breaks
– Daniel Omine
That, I mean line breaking. I need line breaks to be in WINDOWS r n format. I’m having trouble with UNIX format because it only inserts n.
– Danilo Oliveira
@Danilooliveira are you writing in the files? If yes just write r n.
– Jorge B.
@Jorgeb, yes, I’m the one who’s writing. Writing n doesn’t work, I’ve taken this test.
– Danilo Oliveira