Page 1 of 1

Mapping for unicode characters

Posted: Thu 09 Feb 2017 09:25
by alexdmatveev
Hello collegues,

we have win32 application in Delphi XE7.
it uses Unidac components to access to MsSQL Server.

TUniConnection component has default settings.
It works fine except posting special unicode chars like: @#!%^$*ÜüÖöÄäß.

Here we get an message from the app:

Code: Select all

No mapping for the Unicode character exists in the target multi-byte code page.
By default CompactLocaleIdentifier is set to 1033.

What should we change to get working app?

Thanks a lot.

Re: Mapping for unicode characters

Posted: Thu 09 Feb 2017 10:45
by azyk
We cannot reproduce the specified problem. Please compose a small test project to reproduce it and send us via the contact form on our website: https://www.devart.com/company/contactform.html . Also provide the full version of SQL Server Compact Edition you are using.

Re: Mapping for unicode characters

Posted: Thu 09 Feb 2017 13:10
by alexdmatveev
Thanks a lot for the help.

The problem is localized. Reason was in our code linked to TUniSqlMonitor.

Pls close the request.