EncodingFactory in Jaybird 2.2 doesn't handle UnsupportedCharsetException (and IllegalCharsetNameException).
As reported in Firebird-java:
Hi Mark,
I get this exception when setting the character set as advised with Excelsion JET jvm.
Tried with both WIN1252 and ISO8859_1.
BR,
Hugo.
java.nio.charset.UnsupportedCharsetException: EUC_JP
at java.nio.charset.Charset.<unknown>(Unknown Source)
at org.firebirdsql.encodings.EncodingFactory.loadEncodings(Unknown Source)
at org.firebirdsql.encodings.EncodingFactory.getJavaEncoding(Unknown Source)
at org.firebirdsql.jdbc.FBDriverPropertyManager.<unknown>(Unknown Source)
at org.firebirdsql.jdbc.FBDriverPropertyManager.normalize(Unknown Source)
at org.firebirdsql.jdbc.AbstractDriver.connect(Unknown Source)
Submitted by: @mrotteveel
EncodingFactory in Jaybird 2.2 doesn't handle UnsupportedCharsetException (and IllegalCharsetNameException).
As reported in Firebird-java:
Hi Mark,
I get this exception when setting the character set as advised with Excelsion JET jvm.
Tried with both WIN1252 and ISO8859_1.
BR,
Hugo.
java.nio.charset.UnsupportedCharsetException: EUC_JP
at java.nio.charset.Charset.<unknown>(Unknown Source)
at org.firebirdsql.encodings.EncodingFactory.loadEncodings(Unknown Source)
at org.firebirdsql.encodings.EncodingFactory.getJavaEncoding(Unknown Source)
at org.firebirdsql.jdbc.FBDriverPropertyManager.<unknown>(Unknown Source)
at org.firebirdsql.jdbc.FBDriverPropertyManager.normalize(Unknown Source)
at org.firebirdsql.jdbc.AbstractDriver.connect(Unknown Source)
Commits: 649a0fc FirebirdSQL/fbt-repository@f189d96
The text was updated successfully, but these errors were encountered: