How to deal with unicode?

E

Edwin Knoppert

I'm busy with an http request and response class.
However, the calling app is in ANSI, so single bytes are sent.
The receiver is an ASP.NET app.
Due home-brewed encoding i can use the ASP.NET string and will have the same
contents as the calling app.

What wonders me is that Mid( a$, 1, 1 ) in asp.net is still unicode.
We have a single character.. what are the possiblities this single character
can have?
It still looks a 256 bit ordinary byte.
But since it's actually 2 bytes, how would i convert a single character?

Would like to know the range of a single char.

?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top