locked
Arabic Web Page RRS feed

  • Question

  • User2026426546 posted
    Plz help me I developed web page in arabic format but the result appeare somthing like this
    C?A?E C??C?EE C??E?E

    I tried to change pagecode into 65001 and other values but the problem still available
    Sunday, July 31, 2005 7:31 AM

All replies

  • User1873438307 posted
    Do the following

    Webform1.aspx Save As...

    Save with encoding

    Select UTF-8 without signiture


    This will work fine


    HTH
    Sunday, July 31, 2005 11:04 AM
  • User2026426546 posted
    but how can i make this????[:(]
    Monday, August 1, 2005 6:18 AM
  • User1873438307 posted
    From file menu --> Save As... ---> the save button has a drop down selection ---> select encoding .....



    HTH

    Monday, August 1, 2005 8:02 AM
  • User-1069184416 posted
    >> smiling4ever

    He is not asking how to save an arabic page, he is asking how to develop arabic web pages and let them appear well without any problems in the display of text.

    Check this article, it might help you:

    http://www.dotnetjunkies.com/Tutorial/17E26271-E212-4248-965F-4B33D2EDD38B.dcik

    Regards
    Monday, August 1, 2005 8:31 AM
  • User2026426546 posted
    still problems appearing
    Monday, August 1, 2005 9:04 AM
  • User-1069184416 posted

    Did you check that article? You need to set the right encoding for arabic!!

     

    Regards

     

    Monday, August 1, 2005 9:20 AM
  • User1873438307 posted

    I'm using arabic pages and i dont use the method supplied to u
    let me know if u ;
    Can you get arabic chars from your database?
    What is ur settings in the first 10 lines in webform
    let me see your Web.config


    regards

    Monday, August 1, 2005 11:23 AM
  • User2026426546 posted

    <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Calculator_ar.aspx.vb" Inherits="PharmaCalculator.Calculator_ar" culture="ar-SA" uiCulture="ar-SA" %><%@ Page Language="vb" AutoEventWireup="false" Codebehind="Calculator_ar.aspx.vb" Inherits="PharmaCalculator.Calculator_ar" culture="ar-SA" uiCulture="ar-SA" %> <META content="Microsoft Visual Studio .NET 7.1" name=GENERATOR> <META content="Visual Basic .NET 7.1" name=CODE_LANGUAGE> <META content=JavaScript name=vs_defaultClientScript> <META content=http://schemas.microsoft.com/intellisense/ie5 name=vs_targetSchema> <META content="Microsoft Visual Studio .NET 7.1" name=GENERATOR> <META content="Visual Basic .NET 7.1" name=CODE_LANGUAGE> <META content=JavaScript name=vs_defaultClientScript> <META content=http://schemas.microsoft.com/intellisense/ie5 name=vs_targetSchema> <META content="Microsoft Visual Studio .NET 7.1" name=GENERATOR> <META content="Visual Basic .NET 7.1" name=CODE_LANGUAGE> <META content=JavaScript name=vs_defaultClientScript> <META content=http://schemas.microsoft.com/intellisense/ie5 name=vs_targetSchema> <META content="Microsoft Visual Studio .NET 7.1" name=GENERATOR> <META content="Visual Basic .NET 7.1" name=CODE_LANGUAGE> <META content=JavaScript name=vs_defaultClientScript> <META content=http://schemas.microsoft.com/intellisense/ie5 name=vs_targetSchema>this is my web cofig

    <?
    xml version="1.0" encoding="utf-8" ?>

    <configuration>

    <system.web>

    <compilation defaultLanguage="vb" debug="false" />

    <customErrors mode="Off" />

    <authentication mode="Forms" />

     

    <authorization>

    <allow users="*" /> <!-- Allow all users -->

    </authorization>

     

    -->

    <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />

     

    <sessionState

    mode="InProc"

    stateConnectionString="tcpip=127.0.0.1:42424"

    sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"

    cookieless="false"

    timeout="20"

    />

    <globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="ar-SA" uiCulture="ar-SA" />

    </system.web>

    </configuration>

    Tuesday, August 2, 2005 4:49 PM