472,328 Members | 1,416 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 software developers and data experts.

Unicode

Dear Sir,

By default, an application build on .net framework 1.0 or 1.1 is it a unicode application??

and

If i use VS.net 2003 (VC# or VC++) by defualt is it a unicode or ANSI appliation?
Jul 21 '05 #1
2 1717
> By default, an application build on .net framework 1.0 or 1.1 is it
a unicode application??

and

If i use VS.net 2003 (VC# or VC++) by defualt is it a unicode or
ANSI appliation?

Depends how you define the notion of "Unicode application"

For Windows, a unicode app. uses wide characters, so the
strings and characters are unicode. This is also the case for .NET

But the other characteristic is that the application is calling
the wide versions of the Windows API. Which are API is named
wide because of the fact that it takes unicode strings as parameters.

Now, in .NET this is not the case. The application is run by the
..NET runtime, all .NET API are unicode only.
The framework implements these calls based on the underlying OS,
unicode or ansi.

Is Java Unicode? Maybe.

Is a Linux application using UTF8 unicode? It uses utf8, not
wide characters, and the calls do not use wide chars.

How do you define "unicode application"?

--
Mihai
-------------------------
Replace _year_ with _ to get the real email
Jul 21 '05 #2
an application built on .NET is capable of reading and writing data that is
encoded in Unicode. It is up the programmer to use this capability.

--- Nick
"Grace" <Gr***@discussions.microsoft.com> wrote in message
news:FB**********************************@microsof t.com...
Dear Sir,

By default, an application build on .net framework 1.0 or 1.1 is it a unicode application??
and

If i use VS.net 2003 (VC# or VC++) by defualt is it a unicode or ANSI

appliation?
Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Michael Weir | last post by:
I'm sure this is a very simple thing to do, once you know how to do it, but I am having no fun at all trying to write utf-8 strings to a unicode...
8
by: Bill Eldridge | last post by:
I'm trying to grab a document off the Web and toss it into a MySQL database, but I keep running into the various encoding problems with Unicode...
8
by: Francis Girard | last post by:
Hi, For the first time in my programmer life, I have to take care of character encoding. I have a question about the BOM marks. If I...
48
by: Zenobia | last post by:
Recently I was editing a document in GoLive 6. I like GoLive because it has some nice features such as: * rewrite source code * check syntax * ...
4
by: webdev | last post by:
lo all, some of the questions i'll ask below have most certainly been discussed already, i just hope someone's kind enough to answer them again...
2
by: Neil Schemenauer | last post by:
python-dev@python.org.] The PEP has been rewritten based on a suggestion by Guido to change str() rather than adding a new built-in function. ...
10
by: Nikolay Petrov | last post by:
How can I convert DOS cyrillic text to Unicode
6
by: Jeff | last post by:
Hi - I'm setting up a streamreader in a VB.NET app to read a text file and display its contents in a multiline textbox. If I set it up with...
13
by: Tomás | last post by:
Let's start off with: class Nation { public: virtual const char* GetName() const = 0; } class Norway : public Nation { public: virtual...
24
by: ChaosKCW | last post by:
Hi I am reading from an oracle database using cx_Oracle. I am writing to a SQLite database using apsw. The oracle database is returning utf-8...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
1
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.