You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default charset for TextWriterBuilder is UTF-8. However, IonSystemBuilder uses ASCII as the charset for its own default TextWriterBuilder.
The IonSystemBuilder ignores the catalog of any provided reader builder or writer builder, and in the IonSystemLite constructor, it even asserts that all of the catalogs are the same.
TextWriterBuilder
isUTF-8
. However,IonSystemBuilder
usesASCII
as the charset for its own defaultTextWriterBuilder
.IonSystemBuilder
ignores the catalog of any provided reader builder or writer builder, and in theIonSystemLite
constructor, it even asserts that all of the catalogs are the same.See #781 for some discussion of these issues.
The text was updated successfully, but these errors were encountered: