|  |  | Archives of the TeradataForumMessage Posted: Fri, 10 Nov 2006 @ 19:25:18 GMT
 
 
  
| Subj: |  | Re: UTF-8, Fastload and linux |  |  |  | From: |  | Takahashi, Takashi |  
 |  | The separator we've been using is the Logical Not '?' but, having read the manual,  we now believe we have to use a single byte character,
not double byte (as the '?' is seen to be in Linux). |  | 
 
 
 Fastload version 7.7 in TTU 8.1 have an option to specify the script file encoding. example 
     $Fastload -i UTF16  for UTF16 script file
 However, -i UTF8 is not supported yet.  It is planned to support in the next release in TTU 8.2. If -i UTF8 is suppotrted, then you can just save your script file in UTF8 encoding and run the script under UTF8 session. 
     $Fastload -c UTF8 -i UTF8 < script_file
 
 |  |