|
|
Archives of the TeradataForum
Message Posted: Tue, 07 Oct 2008 @ 14:28:20 GMT
Subj: | | Re: Control Char Issue |
|
From: | | Geoffrey Rommel |
| 1234567890-=~!@$ÿ()qwertyuiopÿÿ\QWERTYUIOP
<mailto:1234567890-=~!@$ÿ()qwertyuiopÿÿ\QWERTYUIOP>{} *a* | |
This is a UTF-8 representation of the data; '�' (U+00FF) has become x'C3BF' (ÿ). Probably program X exported the data from SQL Server as UTF-
8, then program Y treated this data as plain old Latin and loaded it accordingly. You need to tell program Y that the incoming data is UTF-8.
| |