As you probably know, since version 10.2.1 when a shapefile is created, a .cpg accompanies it with a UTF-8 configuration.
Because of this, when a new field in the attribute table is created, it requires the double length when inserting non-latin characters in relation to the normal length when inserting latin characters.
I will give an example to make it understantable:
I create a shapefile.
I edit the shapefile and add a feature.
I open the attributes table and create a new field.
I select type as text and on the length I select 2.
In the field, I try to add 2 greek characters (i.e.: "ΔΕ").
The result is that the field understands only the first character (i.e.: "Δ").
Is there a way to solve this problem?
Thanks in advance.
:)
Because of this, when a new field in the attribute table is created, it requires the double length when inserting non-latin characters in relation to the normal length when inserting latin characters.
I will give an example to make it understantable:
I create a shapefile.
I edit the shapefile and add a feature.
I open the attributes table and create a new field.
I select type as text and on the length I select 2.
In the field, I try to add 2 greek characters (i.e.: "ΔΕ").
The result is that the field understands only the first character (i.e.: "Δ").
Is there a way to solve this problem?
Thanks in advance.
:)