I'm trying to insert € character in oracle database.
my encoding is ISO-8859-1
and the database is :
NLS_CHARACTERSET WE8MSWIN1252
NLS_NCHAR_CHARACTERSET AL16UTF16
all character has been inserted correctly but when I try with € symbol I get an ?
mark.
Any one have any idea about this issu and how can I convert my character to insert the € symbol in my oracle database.