Questions tagged [ascii]

ASCII stands for "American Standard Code for Information Interchange". It is a standard for mapping characters to codes. It is mainly a 7-bit wide encoding . Extended ASCII is its popular variant with 8-bit width.

19 questions
38
votes
6 answers

What command prints a string as "big ascii text art" in bash?

I'm looking for a program that turns an ASCII string into something like the "ascii art" below: .-"^`\ /`^"-. .' ___\ /___ `. / /.---. …
raoulsson
  • 4,633
  • 10
  • 32
  • 29
16
votes
4 answers

ASCII vs Binary vs Auto?

I'm transferring files between servers and just started noticing that some of them are getting modified to be one long continuous line as opposed to having the returns and line-breaks they originally had. I'm assuming this has something to do with…
Sampson
  • 520
  • 2
  • 6
  • 18
10
votes
2 answers

What does CRLF mean?

What is the meaning of CR + LF?
user59034
7
votes
2 answers

How to generate an ASCII representation of a Unix file hierarchy?

all. I'm looking for a quick and dirty way to generate some diagrams of some directories that have almost, but not exactly, the same hierarchy, so I can show them around at a meeting and we can decide which flavor we like best. I'm not interested in…
Jenn D.
  • 181
  • 1
  • 5
5
votes
1 answer

Powershell 2: How to strip a specific character from a body of ASCII text

I am trying to strip odd characters from strings using PowerShell. I used the following output to attempt to learn on my own: get-help about_regular_expressions I am trying to take a string that is mostly ASCII, but that has one anomalous character…
Larold
  • 802
  • 4
  • 13
  • 21
3
votes
1 answer

ftp.exe does not convert end of line characters while transferring to FreeBSD ftp server

I am having problems transferring a text file from Windows 7 using ftp.exe to a FreeBSD server. After the file transfer the end-of-line characters are not changed from \r\n to \n, Instead they remain with the carriage return character which can be…
Jagger
  • 133
  • 6
2
votes
0 answers

Trying to run a netsh batch with foreign characters

I am trying to run a batch file with the following content: netsh interface ip>set dns "Połączenie lokalne" source=dhcp The file is saved as ANSI. My Windows codepage is 1250, the OEM one 852. Thus, since Windows uses ANSI (ACP) while the console…
Tin
  • 21
  • 1
2
votes
2 answers

Euro character messed up during FTP transfer

My customer is using a very outdated ecommerce management system on my hosting service. For that product, no support is being provided anymore by the vendor. Brief explanation: the shop website, that claims to run under LAMP stack, is built by an…
usr-local-ΕΨΗΕΛΩΝ
  • 2,339
  • 7
  • 33
  • 50
2
votes
1 answer

FTP - Is transferring ascii files in binary a bad thing?

We have a local development server that we develop websites on. To push a website live it is FTPed (SSH/SFTP/Rsync is not an option unfortunately) to our webhost. I want to run some scripts that compare/diff sites on the development server vs. the…
Jake Wilson
  • 8,494
  • 29
  • 94
  • 121
1
vote
0 answers

LDAP at IBM XIV

I have problem with authenticating users over LDAP (Active Directory) Windows 2008 R2 on IBM XIV. After troubleshooting I've find out problems caused by polish letters in CommonName (distinguishedName contain CN) Users without polish letters in…
Curl User
  • 43
  • 1
  • 8
1
vote
1 answer

How do I export both Packet bytes and Summary line using tshark?

I can export ascii using Wireshark with exactly the same settings as in the example from the documenation, i.e. Only Summary line and Packet bytes exported. Since I have many files to do this with I suppose using tshark is way to go, but I do not…
dotswe
  • 113
  • 2
1
vote
2 answers

XenServer 6.0.2 path to installation media contains non-ascii characters

XenServer 6.0.2 install fails no matter what I do. I have confirmed that the md5 checksum on my ISO file is good. I tried installing from a mounted ISO file (remotely via iKVM). I tried installing from physical media. I tried installing from a…
cmaduro
  • 229
  • 1
  • 5
  • 18
0
votes
0 answers

Incomplete response received from application when non-ascii character in html

I have an Ubuntu 18.04 server with Nginx and Phusion Passenger (non-Rails app) and it is working for websites with ASCII characters in HTML only. But when I put a non-ascii character to the index.erb like á, I get error: Incomplete response received…
o..o
  • 101
0
votes
1 answer

Microsoft FTP 7.5 server not translating line feeds

I have a file created in Linux that I'm sending out of a MS FTP 7.5 server. The receiving system (client) is a mainframe. The file has LF line endings. The FTP server is not reading those and translating them, so it's not getting transmitted…
end-user
  • 145
  • 1
  • 2
  • 10
0
votes
2 answers

LINUX: Can a file which is shown as ASCII text contain UTF-8 data

Version of LINUX Red Hat Enterprise Linux ES release 4 I need to confirm if an extract from a database has correctly output data with UTF-8 encoding. I created the file using the mechanism specified by the database vendor, but when I did $ file…
SQLMike
  • 1
  • 1
  • 1
1
2