Is it possible that Lindy needs to add translation tables to ISPF?  I see that 
ISPF supports SWISS, GERMAN, FRENCH and English.  But if you want a different 
lanaguage, like Swedish, would you need a new translation table added to ISPF?


3.10.3 Adding Translation Tables for Extended Code Page Support

You can provide support for additional code pages by creating or modifying 
translation tables using the sample assembler module ISPEXCP in the 
ISP.SISPSAMP library. 

Any translation tables that are added must be named ISPnnnnn, where nnnnn is 
the CCSID, and must be a CCSID defined in the Character Data Representation 
Architecture Registry. This CCSID must be different from any of the supported 
CCSIDs. The translation tables should include code points X'40' through X'FE'. 

Table 20 and Table 21 show examples of the "To" and "From" translation tables 
needed to translate characters between CCSID 00500 and CCSID 00037.



Lizette



>
>Also here is the output of D UNI,ALL in case that means something.  I've 
>looked but not found anything yet in the docs.
>
>D UNI,ALL                                                              
>CUN3000I 15.55.29 UNI DISPLAY 916                                      
> ENVIRONMENT: CREATED       07/10/2008 AT 13.49.05                     
>              MODIFIED      07/10/2008 AT 14.26.32                     
>              IMAGE CREATED --/--/---- AT --.--.--                     
>     SERVICE: CHARACTER      CASE           NORMALIZATION  COLLATION   
>              STRINGPREP     BIDI                                      
>     STORAGE: ACTIVE          5 PAGES                                  
>              LIMIT      524287 PAGES                                  
>    CASECONV: DISABLED                                                 
>    CASE VER: NONE                                                     
>   NORMALIZE: DISABLED                                                 
>    NORM VER: NONE                                                     
>     COLLATE: DISABLED                                                 
>  COLL RULES: NONE                                                     
> STRPROFILES: NONE                                                     
>  CONVERSION: 00819-01047-L               00819-01047-R                
>              01047-00819-L               01047-00819-R                
>
>
>
>-----Original Message-----
>From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
>Lindy Mayfield
>Sent: 10. heinäkuuta 2008 12:05
>To: IBM-MAIN@BAMA.UA.EDU
>Subject: Re: How to change the ISPF code page?
>
>Thanks Ed!  That was just the detail needed.  I contacted Tom Brennan and he 
>told me how to fix Vista so that it returns the current code page translation 
>to the host.
>
>Vista V1.24 will return 037 by default unless you tell it otherwise.  (In 
>Vista V1.26 the default is the opposite).
>
>In Vista V1.24 find the vista.ini file (normally in c:\windows) and add:
>
>ReplyCodePage=1
>
>Restart Vista.  Tests after doing this show the following:
>
>Query Terminal Information - 
>CHARACTER SETS                                              
>001B8185 8200070C 00000000 07000000 02B90116 0100F103 C30136
>
>116x = 278d  (Finnish CP-278)
>
>Also the value of ZTERMID -
>/* REXX */                  
>ADDRESS ISPEXEC             
>"VGET (ZTERMCID) SHARED"    
>SAY "ENCODING IS" ZTERMCID  
>EXIT                        
>
>ENCODING IS 00278
>
>----
>
>Now what this actually is supposed to do, I still have to figure out.  Just as 
>a first test I tried putting $-sign into a member name and it failed as 
>invalid...
>
>Lindy
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to