Top "Ansi" questions

ANSI stands for American National Standards Institute.

Initialize struct members to 0 (gcc -Wextra)

I want to initialize all struct members to 0. Common solution is to make something like this: struct foo bar = {0} I …

c++ c gcc memory-management ansi
Is there a way to create an Orange color from ANSI escape characters?

I am looking for a control code to create orange text in a terminal using ANSI or some other standard, …

ansi
IAR Embedded workbench create library

I want to create a simple library (C/ANSI) in IAR Embedded Workbench and then use the library in another …

c embedded ansi workbench iar
ANSI-Coloring Console Output with .NET

I try to generate colored console output using ANSI escape codes with the following minimal C# program: using System; // test.…

c# .net console ansi
Characters with ASCII > 128 are not correctly read in Javascript

I have a HTML that includes a Javascript file. This script contains a special character, ASCII 152. When I try to …

javascript utf-8 character-encoding ansi windows-1252
How to load ANSI escape codes or get coloured file listing in WinXP cmd shell?

This is related to this question : How to get coloured file listing in windows cmd shell ? I'm trying to get, …

cmd ansi unix
How to recognize ansi color escape codes in Windows7 64 bit command terminal

I have tried Ansicon and I still cannot get ansi escape sequences to become recognized and interpreted in my CMD.…

windows command-prompt ansi windows-7-x64