CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2009
    Posts
    1

    Angry WebBrowser, Foreign characters

    Hello,
    I use a WebBrowser under VB6 (XP, IE7) which cannot display some characters in HTML pages created with FrontPage.
    Nevertheless, these characters are perfectly displayed when these pages are open with IE or Frontpage.
    These characters are "polish" characters with ANSI codes > 255.
    Font = Arial
    The characters are well encoded under the following form #xxx in the HTML pages.
    This occurs whatever the charset parameter in the header section of the HTML documents (<meta http-equiv="Content-Type" content="text/html; charset=...)
    Any idea ?
    Thank you for your help.
    Philippe

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: WebBrowser, Foreign characters

    If you look at the beginning of the source files, you should see a CODEPAGE setting. You can add that to your wb control to display Polish characters
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Tags for this Thread

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

Featured