read chinese character words from XML file using filectl 
Author Message
 read chinese character words from XML file using filectl

I try to read a XML file which contains chinese words data using filectl
(shown as below) but not success.

    Set fileXML = CreateObject("FileCtl.File")
    fileXML.Open "AAA.xml", fsModeInput, fsAccessRead, fsLockRead
    sContactsXML = fileXML.Input(fileXML.LOF)
    fileXML.Close
    Set fileXML = Nothing
    xmlDoc.loadXML sContactsXML

It shows the non chinese character. I have tried to use INPUTB but error
shown in XMLdoc.loadXML. Do you know how to solve this problem?

Thanks in advance

Bennett



Fri, 22 Apr 2005 00:02:21 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. reading double byte character using filectl

2. How to replace special characters in XML file other than using SAX

3. Implementing a custom web browser to read chinese big5 characters

4. Reading Chinese Character in VB5

5. Implementing a custom web browser to read chinese big5 characters

6. Can't read chinese character on English Version of NT 4.0

7. Read XML using VB6 DOM 4.0 with Namespaces - See Sample XML

8. Using Chinese Character in SQL statment, How?

9. Displaying Chinese characters/DBCS using VB

10. Using Chinese character in Crystal pro 5.0

11. how to read xml file using vb6?

12. how to read xml file using vb6?

 

 
Powered by phpBB® Forum Software