Hi everyone I have a text fie contain some Unicode characters when I load the file I get a ?????? Instead of the Unicode character
i thought internet explorer Support Unicode

here is my code
thanks alot

Private Sub Form_Load()
Open App.Path & "/" & "home.txt" For Input As #1
WebBrowser1.Navigate "about:" & Input$(LOF(1), 1)
Close #1
End Sub