teradata - International Characters are getting corrupted in Mule -


i querying teradata using mule database connector. have value in table as

Åland islands.

but through debugging found data extracted getting corrupted

�land islands

my query simple

select cast(col1 varchar(2000)) field_name table)

can tell me how fix this? need change datatype?

thanks pekka 웃 suggestion lead me debug issue properly. issue in connection url explicitly added parameter charset=utf16 , thats how encoding matched , getting Åland islands in output. again!


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -