|
|
Archives of the TeradataForum
Message Posted: Sat, 12 Dec 2009 @ 16:26:55 GMT
Subj: | | Re: UDFs and unicode symbols |
|
From: | | Victor Sokovin |
| But if I will use the same construction for Cyrillic symbols it gets an error: The string contains untranslatable symbol. | |
The default data type of literals like 'abc', 'b' or 'g' is Unicode string (unless you are using a very old version of Teradata), so your
function does not appear to be allergic to Unicode per se. If it works with Latin characters after they are implicitly converted to Unicode, then,
potentially, it should work with Cyrillic characters as well.
The problem might be in the character set settings in the client you are using. The easiest client to test these things with is probably one of
the recent versions of SQL Assistant. Just make sure that you use the font that properly supports Unicode and Cyrillic characters.
Victor
| |