Mapping for unicode characters
Posted: 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:
By default CompactLocaleIdentifier is set to 1033.
What should we change to get working app?
Thanks a lot.
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.What should we change to get working app?
Thanks a lot.