Change the charset to view the records.

Á

Álvaro Moura

Last updated on Jul 6, 2026

When an error appears in the charset of the special characters as in the image below:

This happens when the database charset and the script case charset are not the same but we can no longer edit it in the database.

We use the following code in the OnRecord event of the grid.

{field} = mb_convert_encoding ({field}, 'utf-8');

For example:

and will result in: