Questions tagged [ansi]

ANSI stands for American National Standards Institute. Please do not use this tag, see the full tag wiki for alternatives.

American National Standards Institute

"The Institute oversees the creation, promulgation and use of thousands of norms and guidelines that directly impact businesses in nearly every sector: from acoustical devices to construction equipment, from dairy and livestock production to energy distribution, and many more. ANSI is also actively engaged in accrediting programs that assess conformance to standards – including globally-recognized cross-sector programs such as the ISO 9000 (quality) and ISO 14000 (environmental) management systems."

(Source: http://ansi.org/)


Instead of using this tag, please use:

  • for questions about the C language standard colloquially known as ANSI C
  • for questions about ANSI character encoding (which is actually obsolete, imprecise, and incorrect terminology; perhaps see the next item instead)
  • for questions about ANSI codepages (possibly with )
  • for questions about standard SQL
  • for questions about ANSI escape sequences and ANSI colors on terminals
  • for questions about the colors used in ANSI escape sequences
  • for questions about the program ANSICON
  • for questions about the datatype in Delphi
  • for questions about the ISO C++98 programming language standard
268 questions
-1
votes
2 answers

CSV Files ANSI encoded was reencoded by VSCode in UTF8. How to come back to ANSI?

[UTF-8 -> ANSI] I have CSV Files encoded with ANSI that were reencoded by VSCode in UTF8. How to come back to ANSI ? Notepad++ makes it badly, I have weird symbols coming out. Sublime text and VSCode don't support ANSI. Thanks
Elcalli
  • 13
  • 3
-1
votes
1 answer

Language special chars normalize for ansi

I need to manage multiple European languages and I can't use utf-8 but only ansi. I ask if there is a way to find the ansi equivalent for special chars of European languages: Here a example of equivalent tables: Italian à = a' è = e' ì = i' ò =…
user3449922
-1
votes
1 answer

How to retrieve Unicode text from Notepad file saved as ANSI text file

I accidentally saved a file written in Greek as ANSI instead of Unicode. I had so much stuff written there, notes for my upcoming college exams and I really really need them. Now everything is ''???'' Is there a way to retrieve the file?
-1
votes
2 answers

utf8_encode() not able to convert properly few non-English/Diacritic characters

I have very weird situation. following text in my csv file and file shows as ANSI encoding on notpade++. Œœ Ÿ 654123 áÁàÀâÂäÄãÃåÅæÆçÇéÉèÈêÊëËíÍìÌîÎïÏñÑóÓòÒôÔöÖõÕŒœúÚùÙûÛüÜÿŸ And following are my sample code:
Atulya
  • 153
  • 1
  • 11
-1
votes
2 answers

Delphi DLL (in XE) must handle TStringList (D2007, Ansi)

The DLL was originally written in D2007 and needed a quick, panic TStringList call (yes, it was one of those “I’m sure to regret”; though all the calls to the DLL, made by several modules, are all made by Delphi code and I wrongly presumed/hoped…
RodD
  • 1
  • 2
-1
votes
3 answers

Data sorting ANSI data from an array to a list c#

I have a problem that I really cannot get my head around. I know how to sort data in general but this one is taxing me! I have a list of values in an array. The values look like this: [03;02HTransactions [03;16HPost…
Festivejelly
  • 670
  • 2
  • 12
  • 30
-1
votes
2 answers

How can I convert a downloaded csv file (ANSI) to UTF-8 in Android

My program download a CSV file, split it, and use it to build a listView, but some character wrong. I checked the CSV file in notepad++ and I've seen the character encoding is ANSI. How can I convert it to UTF-8. @Override protected List
Bob Puttony
  • 1
  • 1
  • 2
-1
votes
1 answer

VB.NET Stream Writer UTF-8 not ANSI

My code is basically this: Dim writer As New System.IO.StreamWriter("C:\file.exe") writer.Write(Chr(CInt("&H80"))) writer.Close() I'm writing an executable so UTF-8 is not working well for me. When I write &H80 (80) it gives me (E2 82 AC) which is…
43.52.4D.
  • 950
  • 6
  • 14
  • 28
-1
votes
3 answers

Read .csv ANSI file and write to mysql

I have one problem. I have excel file saved as CSV and I need to read that file with PHP and insert into mysql but problem is with char set specifically čćšđž. I tried utf8_encode() and almost everything I could think of. Examle: It inserts…
-2
votes
2 answers

Recursively replacing non-standard charecters from folders and files on win10

I have many folders with sub-folders of files I get from colleagues with special and even hidden characters like these: Non standard chars: {µ, 市, ', &, 「 , invisible char, Ü, é, ... } I am looking for a script or a windows tool that would rename…
A.T.
  • 127
  • 9
-2
votes
1 answer

a bug or an error with inheritance and creating UTF-8 files

I have tested the best and more secure way to produce UTF-8 text file, but when I'm using it in multiple abstract classes, it produce ANSI format files not UTF-8 format! Is there any bug or something to preventing it? Again, my code is correct and…
bdshahab
  • 189
  • 1
  • 12
-3
votes
1 answer

I need convert UTF-16 to ANSI

How i can convert UTF-16 to ANSI in a .cmd file?
DeathZ
  • 31
  • 1
  • 7
-4
votes
1 answer

DELPHI : HardDisk unequal Manufacture Serial number Source Code Modifing

I have a code to get HDD manufacture Serial number, and it always works well for me... But after version up from Delphi 7 to Delphi 2010, this code doesn't work anymore. Of course, I think that the reason related difference between UNICODE and ANSI…
fangrenxing
  • 45
  • 11
1 2 3
17
18