Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / September 2007

Tip: Looking for answers? Try searching our database.

ASP.NET website Hebrew encoding?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Asaf - 14 Sep 2007 13:34 GMT
Hi,
I have an ASP.NET 2 Hebrew website hosted at brinkster.com shared hosing.

When browsing the site at my PC everything looks ok, but when publishing the
site to my account at brinkster all looks like gibberish.

I have tried to set HTML META tags like this:

<meta http-equiv="Content-Language" content="he">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1255">

And also tried:

<%Response.ContentEncoding = Encoding.GetEncoding("windows-1255");%>

But no luck.

Thanks in advanced for any help,
Asaf
Alexey Smirnov - 14 Sep 2007 14:31 GMT
> Hi,
> I have an ASP.NET 2 Hebrew website hosted at brinkster.com shared hosing.
[quoted text clipped - 15 lines]
> Thanks in advanced for any help,
> Asaf

In web.config add following

<globalization requestEncoding="windows-1255"
responseEncoding="windows-1255" fileEncoding="windows-1255"
culture="he-IL" uiCulture="he-IL" />
Asaf - 14 Sep 2007 16:02 GMT
Hello Alexey,

Thanks for your help that solved the problem.

Asaf

> > Hi,
> > I have an ASP.NET 2 Hebrew website hosted at brinkster.com shared hosing.
[quoted text clipped - 21 lines]
> responseEncoding="windows-1255" fileEncoding="windows-1255"
> culture="he-IL" uiCulture="he-IL" />

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.