Results 1 to 2 of 2

Thread: string conversion

  1. #1

    Thread Starter
    Registered User
    Join Date
    Jul 2001
    Posts
    283

    string conversion

    how do i convert a string from the following formats:

    UTF-16 encoded Unicode with BOM
    UTF-16BE encoded Unicode without BOM
    UTF-8 encoded Unicode



    to ISO-8859-1, which is just standard text.

    ?

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Not an answer, but have you looked into System.Text.Encoding? I've only used it to convert strings by byte arrays and back, but there's a lot of stuff in there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width