Ask a Question related to ASP.NET Web Services, Design and Development.
-
Michael Pearson #1
Re: Webservice that uses Hebrew characters
Look in the web.config of the webservice. You should find the
<globalization> node. I'm not sure what you need for Hebrew, but that
should allow you to chgange it.
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
Michael
"Mr. x" <a@b.com> wrote in message news:3f74db17$1@news.012.net.il...> Hello,
> If I am using Web-service with Hebrew characters in it -
> Should I declare something special ?
>
> How can I declare use of encoding style other then UTF-8.
>
> Need sample code, please.
>
> Thanks :)
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system ([url]http://www.grisoft.com[/url]).
Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003
Michael Pearson Guest
-
hebrew characters
I have freehand mx using mac osx. How exactly do I type words in hebrew? I have hebrew fonts installed (arial hebrew) and my system set up to type... -
pdf in Hebrew
Hi, We are building a website with pdf files in Hebrew. We are working with Windows and Office XP and Acrobat Professional 6 to create pdf files... -
use webservice with Hebrew
Hello, 1) I want that my webservice could give result with hebrew characters. (I don't know where to put the "windows-1255" ...) 2) Suppose I... -
how to read japanese characters (multilingual characters) from a text file and save them in Access database ???
HI All i m trying to read a text file, having some japanese characters and saved as UTF-8 encoding. I m using ASP,FSO ... my code is below,... -
Numeric characters after alphabetic characters sorting varchar2 fields
Hi! Why numeric characters are placed after alphabetic characters sorting varchar2 fields? Example: AAA BBB 111 FFF XXX



Reply With Quote

