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
0
votes
1 answer

How do I export a Crystal Report to a Unicode text file?

I'm trying to export a Crystal Report to a text file, while preserving any Unicode characters that are found within. By default, Crystal Reports seems to export to an ANSI text file. Here is a highly simplified version of what I'm doing: Dim…
Matt Refghi
  • 791
  • 2
  • 12
  • 27
0
votes
0 answers

Convert ANSI to .NET Unicode in VB

I know this subject has been discussed many times, but I cannot find an answer that I've been able to implement successfully. I'm upgrading a VB6 project to VB.NET. The VB6 project used a third-party dll to create software registration keys that can…
Peter Kipe
  • 87
  • 8
0
votes
1 answer

Function AddFontResourceEx does not work properly in the WinAPI project

I work on my own WinAPI project and use ANSI version of API language C/C++ but I have faced with the issue when I running the program on computer with non-Russian version windows. I see unreadable symbols instead of russian letters. I try to use…
0
votes
0 answers

Prevent Windows changing ANSI characters

I'm having this problem with (I assume) Windows. I need to convert an existing application written in Delphi 7 in a multilingual application. I'm using the Delphi ITE and everything works well, except, when the file is saved and recompiled, special…
Kiro Coneski
  • 515
  • 1
  • 5
  • 20
0
votes
1 answer

how to decrypt the track data using 3DES DUKPT

I am working with a piece of hardware that encrypts data using Triple Des DUKPT (ANSI Standard). I have access to the KSN and the encrypted track2 data from this I need the data to be decrypted. Can somebody help me by providing the DUKPT C++…
user1
  • 687
  • 7
  • 13
  • 24
0
votes
1 answer

Conversion to ANSI

I have a csv file. i need to display csv file content in html table using jsp. i had written a desired code using open csv. yes, it is sucessfully shown in html table. But some cryptic characters are displayd like " -?- 1 -?- " in the place of "-…
0
votes
2 answers

Getting a unicode, hidden symbol, as data in Delphi

I'm writing a delimiter for some Excel spreadsheet data and I need to read the rightward arrow symbol and pilcrow symbol in a large string. The pilcrow symbol, for row ends, was fairly simply, using the Chr function and the AnsiChar code 182. The…
Chucky
  • 1,701
  • 7
  • 28
  • 62
0
votes
3 answers

Rename-Item - item does not exist (ANSI character issue in PowerShell)

I'm having problems renaming items that have ANSI characters in them using PowerShell. Examples are characters like "é" in "\Michael Bublé" or "\Green Day\¡DOS!" What I want to do is rename "\Michael Bublé" to "\Michael Buble". I've done the code to…
Mark Towers
  • 3
  • 1
  • 2
0
votes
1 answer

Creating files with french characters and encoding

HI, I am creating a file like so. FileStream temp = File.Create( this.FileName ); Then putting data in the file like so. this.Writer = new StreamWriter( this.Stream ); this.Writer.WriteLine( strMessage ); That code is encapsulated in a class…
user186754
0
votes
2 answers

Language specific characters to regular English chars

I am not sure where to start with this, but here is what I want to do: Users have a textfield where they need to input few words. Problem is that page will use people from different countries, and they will enter "weird" Latin characters like: ž, Ä,…
SomeoneS
  • 1,207
  • 2
  • 19
  • 34
0
votes
1 answer

How to convert unicode font to ansi

I am trying to use bengali writing product AVRO but since it uses UNICODE by default so working with ADOBE products like photoshop, pagemaker, etc. are not working at all. When i change the mode to ANSI then AVRO works but i also have to change the…
Arin Chakraborty
  • 255
  • 1
  • 2
  • 8
0
votes
1 answer

Identify all non-standard special characters in an ANSI-encoded CSV

I have an ANSI-encoded CSV file that contains a number of 'problem' special characters. I'm looking for a script (preferably php or javascript) that I can use to check each record in the CSV and identify those that have problem characters. I have no…
tex
  • 2,756
  • 22
  • 31
0
votes
2 answers

Windows application ANSI to Unicode

I have made a mistake by developing a big Windows application that supports only ANSI. What are all the impacts, if my application doesn't support Unicode? Also, I am planning to migrate my code to Unicode. As, I am completely blocked due to the…
2vision2
  • 4,933
  • 16
  • 83
  • 164
0
votes
2 answers

files saved from browser as UTF-8 encoded vs ANSI encoded - why?

I have two sites I'm developing (in PHP). They are using identical code to provide an XLS export (using PEAR excel) and they are running on the same local server. To rule out a problem with the actual data in the xls, I am just outputting a file…
Frank D
  • 1
  • 1
  • 2
0
votes
2 answers

Paste contents to TextBox in ANSI Format

How can I make the textbox contents to ANSI format when paste in C#?
Sauron
  • 16,668
  • 41
  • 122
  • 174
1 2 3
17
18