Unicode chars

From: Micaela (micaela.palm_at_ibitec.se)
Date: 06/17/04

  • Next message: Terry Smith: "SQL help needed"
    Date: 17 Jun 2004 04:49:48 -0700
    
    

    I have a huge problem with czech chars in my web application built on
    SQLServer2000, VB6 and ASP. Data is stored as nvarchar in the DB.
    Codepage and charset is set dynamically in ASP, in this case to 1250.
    When I enter a czech character in the DB, it is displayed correctly on
    the web. The problem is that the application also contains an
    administration interface, and as soon as I put the char in a textbox
    it is not saved correctly. If a look at the HTML code for the page,
    the value of the textbox is rendered with the original codepage. This
    causes the char to be replaced in the DB when I save it. Does anyone
    please have a solution?


  • Next message: Terry Smith: "SQL help needed"

    Relevant Pages

    • Re: Codepage in Excel 2003
      ... suggestions beyond Char() and Code, ... would have to use VBA code to test this function. ... Obviously the codepage in effect on the PC OS affects the char set range ... The Excel Calculation Site ...
      (microsoft.public.excel.misc)
    • Re: Cant find Error
      ... > server in the intranet. ... > I checked the source code of the page and in the line 89 there is only ... > There is no char at 103. ... in the .asp or .js files. ...
      (comp.lang.javascript)
    • Cant find Error
      ... I checked the source code of the page and in the line 89 there is only ... There is no char at 103. ... This page import 3 javascript files contain menu and some validating ... I am an intern of this organisation, and do not know much about ASP. ...
      (comp.lang.javascript)
    • Re: String mit zahlreichen +
      ... > Fach CHAR, Dozent CHAR) ",conn ... Kannst aber bei Access auch TEXT nehmen. ... mit Leerzeichen ... MS MVP für ASP / ASP.Net ...
      (microsoft.public.de.inetserver.iis.asp)
    • Re: Whats happended to ANSI chars 135 and 130 - ToString/GetBytes
      ... integer value to a char will invoke the unicode codepage (.NET chars are 2 ... the Windows 1252 codepage to try to get back to the origonal value. ... value contains character codes 135 and 130 amongst others. ...
      (microsoft.public.dotnet.languages.csharp)

    Loading