hi,
We get inverted question mark in our production schema . We inserted this data ‘Booking’ and when fetched it get as `Booking¿ .
But In our development schema it working fine.
development schema character set:-WE8MSWIN1252
Production schema character set :-WE8ISO8859P1.
My question is
1)why inverted character set comes in this data in production environment?
2) If I use windows character set WE8MSWIN1252 in linux server is there any impact arises??
Thanks in advance.