Top "Control-characters" questions

Control characters are non-printing characters used to send signals to the output terminal.

Discretionary line break in HTML?

I'm looking for a way to specify where a line should break if it cannot fit on its line in …

html control-characters
nmake - how to force echo command to output the tab character?

How to force echo command to output a tab character in MS nmake makefile? Verbatim tabs inserted right into a …

echo nmake control-characters
Remove escape sequence characters like newline, tab and carriage return from JSON file

I have a JSON with 80+ fields. While extracting the message field in the below mentioned JSON file using jq, I'm …

json shell unix jq control-characters
how to automatically escape control-characters in a Python string

I have strings with control-characters in them, and I want to make them visible (for printing documentation of them, for …

python escaping control-characters
XmlTextWriter incorrectly writing control characters

.NET's XmlTextWriter creates invalid xml files. In XML, some control characters are allowed, like 'horizontal tab' (	), but others …

c# .net xml xmltextwriter control-characters
Get-Content and show control characters such as `r - visualize control characters in strings

What flag can we pass to Get-Content to display control characters such as \r\n or \n? What I am …

powershell diagnostics control-characters
Powershell: Find/Replace pattern of ASCII control characters

I'm trying to write a script to search the contents of a file, and when it comes across a grouping …

powershell scripting ascii control-characters
Java: detect control characters which are not correct for JSON

I am reinventing the wheel and creating my own JSON parse methods in Java. I am going by the (very …

java json unicode control-characters
How to bulk insert from CSV when some fields have new line character?

I have a CSV dump from another DB that looks like this (id, name, notes): 1001,John Smith,15 Main Street 1002,Jane …

sql-server-2005 csv bulkinsert control-characters
Echo a Bell Character Cmd

At the command prompt in Windows, I can echo a bell character by typing echo and then holding down Ctrl+…

cmd control-characters