Russian in ASP pages?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven

    Russian in ASP pages?

    Hi all,

    I would like to create a site which shows text in English or in Russian
    (depending on the user's choice).
    Problem is that I can't save the pages in Unicode (Unicode can contain
    Russian characters), because IIS can't handle Unicode ASP pages (correct,
    right?!).

    So how can I have normal (ASCII) ASP pages, which can show either text in
    English or Russian (charset Windows-1251)???

    Thanks!
    Greetings, Steven


  • Evertjan.

    #2
    Re: Russian in ASP pages?

    Steven wrote on 21 jun 2004 in microsoft.publi c.inetserver.as p.general:[color=blue]
    > IIS can't handle Unicode ASP pages (correct, right?!).[/color]

    ASP is a platform for serverside programming,
    and has nothing to do with the rendering of the HTML part of the page as
    such.

    IIS, which has its own NGs
    [microsoft.publi c.inetserver.ii s, please follo up over there],
    could be so naive, that it can't handle Unicode,
    but I don't think you are correct.



    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)

    Comment

    • Steven

      #3
      Re: Russian in ASP pages?

      Evertjan,

      Posted reply in MS.Public.Inets erver.IIS...

      Greetings, Steven

      "Evertjan." <exjxw.hannivoo rt@interxnl.net > schreef in bericht
      news:Xns950F707 3BA76Deejj99@19 4.109.133.29...[color=blue]
      > Steven wrote on 21 jun 2004 in microsoft.publi c.inetserver.as p.general:[color=green]
      > > IIS can't handle Unicode ASP pages (correct, right?!).[/color]
      >
      > ASP is a platform for serverside programming,
      > and has nothing to do with the rendering of the HTML part of the page as
      > such.
      >
      > IIS, which has its own NGs
      > [microsoft.publi c.inetserver.ii s, please follo up over there],
      > could be so naive, that it can't handle Unicode,
      > but I don't think you are correct.
      >
      >
      >
      > --
      > Evertjan.
      > The Netherlands.
      > (Please change the x'es to dots in my emailaddress)[/color]


      Comment

      • Hans

        #4
        Re: Russian in ASP pages?

        Hi!

        A link about saving ASP files in unicode format.


        I run a Unicode (UTF-8) ASP site and I don't have any text directly in the
        ASP pages (pages are built up in COM+ components where texts are fetched
        from a database set up to handle unicode). In the top of every page I set
        the codepage directive (65001=UTF-8)

        <%@ Language=VBScri pt CodePage=65001% >

        I also add a http header on my pages (set from IIS admin tool). The quotes
        ("") should not be added.
        Custom HeaderName: "Content-Type"
        Custom Header Value: "text/html; Charset=utf-8"


        Regards
        /Hans


        Comment

        • George Hester

          #5
          Re: Russian in ASP pages?

          "IIS can't handle Unicode ASP pages..." wrong. It's just slow........... .......

          --
          George Hester
          _______________ _______________ ____
          "Steven" <steven@nomaila ddresshere.com> wrote in message news:uHUIbx2VEH A.1764@TK2MSFTN GP10.phx.gbl...[color=blue]
          > Hi all,
          >
          > I would like to create a site which shows text in English or in Russian
          > (depending on the user's choice).
          > Problem is that I can't save the pages in Unicode (Unicode can contain
          > Russian characters), because IIS can't handle Unicode ASP pages (correct,
          > right?!).
          >
          > So how can I have normal (ASCII) ASP pages, which can show either text in
          > English or Russian (charset Windows-1251)???
          >
          > Thanks!
          > Greetings, Steven
          >
          >[/color]

          Comment

          • Paul Gorodyansky

            #6
            Re: Russian in ASP pages?

            "Steven" <steven@nomaila ddresshere.com> wrote in message news:<uHUIbx2VE HA.1764@TK2MSFT NGP10.phx.gbl>. ..[color=blue]
            > Hi all,
            >
            > I would like to create a site which shows text in English or in Russian
            > (depending on the user's choice).
            > Problem is that I can't save the pages in Unicode (Unicode can contain
            > Russian characters), because IIS can't handle Unicode ASP pages (correct,
            > right?!).
            >
            > So how can I have normal (ASCII) ASP pages, which can show either text in
            > English or Russian (charset Windows-1251)???
            >
            > Thanks!
            > Greetings, Steven[/color]

            You may want to read this page regarding ASP and encodings:
            Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.



            --
            Regards,
            Paul Gorodyansky
            "Cyrillic (Russian): instructions for Windows and Internet":

            Russian On-screen Keyboard: http://Kbd.RusWin.net

            Comment

            Working...