Skip to main content

Command Palette

Search for a command to run...

Special Characters in Translations

Microsoft Dynamics 365 Business Central v14 and earlier

Updated
1 min read
Special Characters in Translations

If special characters are not shown correctly in the Windows client, it might be because the objects were compiled with the wrong code page.

To fix this you need to run C/Side with the unicode paramter:

finsql.exe unicode=1

Then open the relevant database and compile all objects.

Even though the characters might not be shown correctly inside C/Side the compilation will be done using unicode and the special characters will now be shown correctly in the client.

98 views

C/Side

Part 1 of 1

This series contains tips and tricks for working with C/Side for Dynamics 365 Business Central and Dynamics NAV.

More from this blog

Kasper Mørch's Blog about Microsoft Dynamics 365 Business Central

4 posts

This blog is about development and automated testing for Dynamics 365 Business Central using Microsoft AL and Visual Studio Code. You may also find a few posts about Dynamics NAV, C/Side and C/AL.