Skip to main content

Questions tagged [ascii]

American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers and devices that use text. It includes definitions for 128 characters - 94 printable and 33 non-printable.

1 vote
1 answer
286 views

does batch program support any ascii characters or is there's a way to create encoder and decoder program with another tools?

i wrote batch encoder and decoder from adrianvdh and customize some of the text string input, but the decoder one aren't working, because i put special symbols inside there. here's the string of the ...
user avatar
0 votes
1 answer
440 views

Can't remove hidden characters?

I'm trying to make a simple tool for my job where I can decline job listings for a specific reason simply by checking their boxes and then copying and pasting the final cell where it will compile all ...
Nathan surv genorpg20's user avatar
0 votes
0 answers
1k views

Is there an ASCII character that is an underscore and an overscore at the same time?

I am looking for a character that will be the addition of an underscore (_) and an overscore (‾): _+‾ Is there such a character?
Bussiere's user avatar
  • 129
0 votes
3 answers
3k views

ASCII characters aren't displayed properly on windows

For some time now I have the issue that I can only use ASCII characters 32 - 126. Any other character is not displayed as it should be. Instead either nothing happens or the unicode replacement ...
user1737643's user avatar
0 votes
1 answer
251 views

How to type in ASCII ESC in vim/Linux using remote terminal tool

ENV = Centos7, bash version 4.2.46 Main Goal - I want ANSI color codes to display colors instead of actual codes when using cat or tail. Current Status - If sample.txt contains codes as below \e[32m ...
Lunartist's user avatar
  • 159
0 votes
1 answer
1k views

How to convert this file into PNG

I have a file with no extension (as far as I can tell) that consists of special symbols. (File: https://drive.google.com/file/d/1h9MuUDfDtGEneEzZMNKLKWwY7JjZlBTS/view?usp=sharing) Here're a couple of ...
awayneff's user avatar
0 votes
1 answer
253 views

Any way to change the sound generated by BEL (beep) in the Windows console?

When BEL (ASCII 7) is sent to standard output in the Windows console, a beep sound is generated. (BTW, the name was officially switch from BELL to BEL way back in 1965!) Is there any way to change ...
End Antisemitic Hate's user avatar
0 votes
3 answers
851 views

How can I make a float left and right text in one line using ASCII?

I'm trying to put a text in one line in an aligned left and right on both ends. Please see example image of what I meant: Does anyone know the ascii code to do this? All I know is this is the ascii ...
Jumar Juaton's user avatar
1 vote
1 answer
734 views

Why is the 0 key last on the QWERTY keyboard layout and scan codes, but the first in ASCII and EBCDIC?

In ASCII, 0 is first, before 1. In EBCDIC, 0 is still first, before 1. This enables computations and conversions between codes and digits, simply by subtracting "0". Eg: "0" - &...
Prem's user avatar
  • 1,300
5 votes
3 answers
4k views

X2Go error: home directory path contains non-ASCII characters

The following error has started appearing for myself and all local users of X2Go when attempting to access a remote Ubuntu workstation: Connection failed. Your home directory path contains non-ASCII ...
barnhillec's user avatar
0 votes
0 answers
108 views

Is it possible to use the escape codes used in shell prompts elseware, such as with echo?

Example: When I run echo -e "\[\033[;33m\][\t \u (\#th) | \w]$\[\033[0m\]" The printed response is \[\][ \u (\#th) | \w]$\[\] (Where everything after the first \[ and before the last \] ...
Lukas's user avatar
  • 1
0 votes
1 answer
3k views

Convert UTF-8 characters to their extended ASCII code

I have a file with unicode characters and I am trying to convert specific characters such as these black characters in notepad++ to get their ASCII value. For example, in the picture I have the DCS ...
Ilyes 's user avatar
1 vote
1 answer
2k views

Does the "face with tears of joy" emoji have an ASCII version or a Windows alt code?

Many emojis started as ASCII emoticons such as :-) :-( :'( :O :P ;-( etc. In 2015, Oxford Dictionaries' "Word of the Year" was the emoji 😂, known as the "face with tears of joy". ...
user avatar
1 vote
0 answers
2k views

Clarification on FTP - ASCII vs. binary transfer mode after having corrupted files

Recently I wasted almost two hours before realizing that the file upload with Filezilla corrupted the files (e.g. adding unwanted spaces or special UTF-8 characters being corrupted) after downloading ...
Blackbam's user avatar
  • 417
0 votes
0 answers
139 views

Hexadecimal in ASCII

am working with a very minimal version of linux borph, I use this OS to interact with a FPGA. I could read some registers inside the FPGA using a process who ask for the data via telnet and gives me ...
jonh_titor's user avatar

15 30 50 per page
1
2 3 4 5
8