convert from unicode to ascii (hebrew)

J

Jon Skeet [C# MVP]

z. f. said:
i need to convert a unicode string to ascii string (in order to put it in
HTML page url )

In .NET, strings are *always* Unicode.
right now the string gets to the page, but when the url clicked (with the
unicode string in a query string parameter) - the page gets to its
destination but showing ×=3Fפ×=3Fר ××=3F×=3F×=3F ×=3F×=3Fת×=3F × ×©×=3F×=3F" as the value
it got from the url.
so i need probably to convert it to ascii, but how?

You need to find out *exactly* what the problem is first. See
http://www.pobox.com/~skeet/csharp/debuggingunicode.html
 
Z

z. f.

Hi,

i need to convert a unicode string to ascii string (in order to put it in
HTML page url )
right now the string gets to the page, but when the url clicked (with the
unicode string in a query string parameter) - the page gets to its
destination but showing יפור ×הבה בלתי × ×©×›×—" as the value
it got from the url.
so i need probably to convert it to ascii, but how?

TIA, z.
 
Z

z. f.

it managed to work out by changing the content-type header of the aspx/HTML
page as following:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">



z. f. said:
i need to convert a unicode string to ascii string (in order to put it in
HTML page url )

In .NET, strings are *always* Unicode.
right now the string gets to the page, but when the url clicked (with the
unicode string in a query string parameter) - the page gets to its
destination but showing ×=3Fפ×=3Fר ××=3F×=3F×=3F ×=3F×=3Fת×=3F × ×©×=3F×=3F" as the value
it got from the url.
so i need probably to convert it to ascii, but how?

You need to find out *exactly* what the problem is first. See
http://www.pobox.com/~skeet/csharp/debuggingunicode.html
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top