-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
I've defined a VARCHAR(4000 char) column which I've filled with ñ and á characters. If I set my NS_LANG=.UTF8 and run a select on the table, I'm able to retrieve 2000 characters from that column and I'm able to see the characters.
If I set NLS_LANG=SPANISH_SPAIN.WE8MSWIN1252 and run the same select, I retrieve the 4000 characters but there's no way to see the characters ok (they're a bunch on symbols).
It looks like there's some kind of WIN1252 - UTF8 conversion problem.
Could anyone help on this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels