BUG #15013: JNI-JDBC: org.postgresql.util.PSQLException: FEHLER: ungültiges Message-Format - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15013: JNI-JDBC: org.postgresql.util.PSQLException: FEHLER: ungültiges Message-Format
Date
Msg-id 20180117142622.3633.46322@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #15013: JNI-JDBC: org.postgresql.util.PSQLException: FEHLER: ungültiges Message-Format
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15013
Logged by:          Junior Tcheho
Email address:      jt@leutek.de
PostgreSQL version: 10.1
Operating system:   Windows 2008 Server R2
Description:

Hello,

I get the following error after execution a query which was created throw
JNI:
org.postgresql.util.PSQLException: FEHLER: ungültiges Message-Format.

I have created the String for the query using the call:
String(byte[] bytes, String charsetName).


When working with env->NewStringUTF(pcCharArray), there is no error, but not
all characters are properly handled. E.g: €(Euro-Char)

Regard.
 Junior Tcheho


pgsql-bugs by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: BUG #15012: psql doesn't use server's default port
Next
From: David Pereiro Lagares
Date:
Subject: Index-only scan returns incorrect results when using a compositeGIST index with a gist_trgm_ops column.