Who can help with utf-8 or windows-1255,codefile="65001"

Discussion in 'Visual Studio' started by jbbass, Oct 20, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. ASPX page which has written in Hebrew
    , Hebrew does not display server
    I use masterpage
    <meta http-equiv="Content-Type" Content="text/html;charset=utf-8"" />
    Or
    <meta http-equiv="Content-Type" Content="text/html;charset=windows-1255" "/>
    And Codefile = "65,001 or 1255" does not display Hebrew.
    And use <globalization Culture="he-IL" UiCulture="he" />
    Does not display Hebrew.
    I do not understand why it does not work on the server?

    I know there forum but with the same answers and solutions on the Internet looking for them

    example:masterpage
    <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MP.master.cs" Inherits="MP" %>
    <%@ register src="~/page/footer.ascx" tagname="footer_top" tagprefix="footer_top"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" >
    <head runat="server" >
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <meta name="description" content="כול מבצעים של מדינה" />
    <meta name="keywords" content="מבצעים" />
    </head>
    <body bottommargin="0";leftmargin="0"; rightmargin="0"; topmargin="0"; class="body" >
    <center >
    בדיקה
    </center></body></html>

    example:default.aspx
    <%@ Page Language="C#" MasterPageFile="~/MP.master" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_default" Title="Untitled Page" stylesheettheme="Theme1" theme="Theme1" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <center>
    בדיקה
    </center>
    </asp:Content>
    :confused::confused::confused:
     
  2. Shoot me a T-stage problem
    It Ankoding computer itself
    Control Panel ->
    regional & language ->
    lang for non-unicode programs ->
    select your lang,
    press ok & Restasrt
    :)
    Thanks to everyone who worked to the problem
     
  3. [​IMG][​IMG]

    [​IMG][​IMG]

    [​IMG]
    perfect solution
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page