Data (text) conversion

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

    Data (text) conversion

    If my data in SQL server was stored from a web application with
    requestEncoding set as iso8859-1. And now I want to change the data encoding
    to big5, (or anything else), how could I do that? Thanks for all advice and
    input.

    Calvin


  • Diwakar Rajagopal

    #2
    Re: Data (text) conversion

    Hi Calvin,
    You would typically use the Encoding class in System.Text to do it.

    Regds,
    Diwakar
    "Calvin Lai" <calvin.lai@i01 0.com> wrote in message
    news:Y4uIb.1757 14$2We1.108982@ news04.bloor.is .net.cable.roge rs.com...[color=blue]
    > If my data in SQL server was stored from a web application with
    > requestEncoding set as iso8859-1. And now I want to change the data[/color]
    encoding[color=blue]
    > to big5, (or anything else), how could I do that? Thanks for all advice[/color]
    and[color=blue]
    > input.
    >
    > Calvin
    >
    >[/color]


    Comment

    Working...