Re: Expat/windows-1256(arabic) code page
Nick MacDonald <[email protected]> Tue, 24 Jan 2012 10:57:06 -0500
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <CAGu-nuka7696rvdONdZEJwRCV+5EhCt7vkMGXTCqfGkDaZu+6Q@mail.gmail.com> |
Have you tried adding the encoding to your document? <?xml version="1.0" encoding="windows-1256"?> On Sat, Jan 21, 2012 at 6:16 AM, behnam arazkhani <[email protected]> wrote: > Hello, > I found your project(Expat) very useful so i intend to use it in my > project. For this i need to parse an XML file that has windows-1256(Arabic) > code page. But at the start of parsing the "unknown encoding" error be > displayed on the screen. because Expat by default doesn't support > windows-1256 code page. so how can be added windows-1256 code page to the > original expat source files? Is there any 3rd-party sources that can be > applied for Original Expat ?