Skip to content

Problems with unicode on select statement #213

Closed
@ander2

Description

@ander2

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions