Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
1.7.0
-
None
-
Operating System: MacOS X
Platform: Macintosh
-
9237
Description
When trying to parse an XML file or a DTD containing "uft-8" as encoding specification, I
get
"An exception occurred! Type:TranscodingException, Message:Could not create a
converter for encoding: utf-8."
During library build, transcoder options were default
(native).
Changing the encoding statements to "UTF-8" (upper case) solves the
problem.
Don't know what the XML spec says, however, this behavior is different from a Linux
build and thus not so favorable...