Skip to main content

Community

Other: Automatic Unicode Support for Target Columns Using NVARCHAR/NCHAR

Answered

Please sign in to leave a comment.

Comments

1 comment

    Hi Marc,

    Thanks , interesting use case. We’ll investigate whether HVR can auto-detect UTF-8/CESU-8 and map CHAR/VARCHAR → NCHAR/NVARCHAR when a target doesn’t support UTF-8 and if we can add those capabilities to the roadmap. In the meantime, you would best  use ColumnProperties with Datatype=nvarchar (and appropriate length) or the table property coercion type ENCODING, as you are probably already doing.

    Best regards,

    Edwin