Mapping for unicode characters

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alexdmatveev
Posts: 9
Joined: Mon 04 Nov 2013 18:46

Mapping for unicode characters

Post by alexdmatveev » Thu 09 Feb 2017 09:25

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.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Mapping for unicode characters

Post by azyk » Thu 09 Feb 2017 10:45

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.

alexdmatveev
Posts: 9
Joined: Mon 04 Nov 2013 18:46

Re: Mapping for unicode characters

Post by alexdmatveev » Thu 09 Feb 2017 13:10

Thanks a lot for the help.

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

Pls close the request.

Post Reply