Top "Ansi" questions

ANSI stands for American National Standards Institute.

Read ansi file and convert to UTF-8 string

Is there any way to do that with PHP? The data to be inserted looks fine when I print it …

php file ansi
Converting problem ANSI to UTF8 C#

I have a problem with converting a text file from ANSI to UTF8 in c#. I try to display the …

c# encoding utf-8 ansi
json_encode() non utf-8 strings?

So I have an array of strings, and all of the strings are using the system default ANSI encoding and …

php json encoding utf-8 ansi
An Eclipse console view that respects ANSI color codes?

The output from ScalaTest is colored to distinguish different states, but these end up as control codes and [34m Annoying …

eclipse console ansi
Colorama for Python, Not returning colored print lines on Windows

I've installed colorama for python. I've imported the module as follows: import colorama from colorama import init init() from colorama …

python windows ansi
What is the significance of January 1, 1601?

This structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601. Reference: http://msdn.microsoft.com/en-us/…

date time ansi
C++ project type: unicode vs multi-byte; pros and cons

I'm wondering what the Stack Overflow community thinks when it comes to creating a project (thinking primarily c++ here) with …

c++ visual-c++ unicode ansi
Text editor/viewer with ANSI codes rendering support for Windows

I need some tool to display text containing ANSI codes correctly on Windows. No full support needed, but at least …

windows editor syntax-highlighting ansi
Iterate through char array and print chars

I am trying to print each char in a variable. I can print the ANSI char number by changing to …

c string ansi
Set the encoding to ANSI in PowerShell 2.0

I want to set the encoding of a file to ANSI using the parameter -Encoding of the Set-Content cmdlet, I …

powershell encoding powershell-2.0 ansi cmdlet