That is normal, your Slovenian character takes 2 bytes in UTF8 database, so in VARCHAR2(10) you can place only 5 characters.

To know the size of string:

select lengthb('?') from dual;

Originally posted by Aljaz
What I would like to kwow is that normal. Becouse if that is normal I will just increase lenghts of varchar2 fields in database.