× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



It's called "Latin small letter c with cedilla", and you'll "see" a whole
lot of other characters as you move outside of 37 and 280...

One approach to handle this situation is to compile your program with the
literals (backslash in the current case, but perhaps other literals are
also being used) defined as variables in a known CCSID.  In your case I
would assume that your primary RPG source file is in CCSID 37 and so your
initialized variables would also be in 37.  Then at run time retrieve the
default job CCSID of your current job and convert your literals from CCSID
37 to the default job CCSID using APIs such as QTQCVRT or iconv.  You would
then compare the job default converted backslash to the value passed in to
the program by the user.  This approach would allow one compiled copy of
the program to handle variant characters such as the backslash.

Bruce



                                                                                
                                                     
                      "David Gibbs"                                             
                                                     
                      <david@midrange.co        To:       rpg400-l@midrange.com 
                                                     
                      m>                        cc:                             
                                                     
                      Sent by:                  Subject:  Codepage issues with 
the slash character                                   
                      rpg400-l-bounces@m                                        
                                                     
                      idrange.com                                               
                                                     
                                                                                
                                                     
                                                                                
                                                     
                      01/14/2003 10:15                                          
                                                     
                      AM                                                        
                                                     
                      Please respond to                                         
                                                     
                      RPG programming on                                        
                                                     
                      the AS400 /                                               
                                                     
                      iSeries                                                   
                                                     
                                                                                
                                                     
                                                                                
                                                     




Folks:

I've got an odd problem with code pages ... in one of our programs, the
users enters an IFS path... which we then validate (using some API calls).

Most paths begin with a back slash "\" character (for backwards
compatibility, I think) ... and our program (RPG IV) checks the first
character to make sure it's a backslash.

This works fine on our machine (US based, code page 37) ... but on one of
our customers machines in Italy (code page 280) our program is looking at
the first character of that field and seeing something OTHER than a
backslash (kind of a cents sign with a tail, don't know what it's called).

To be honest, I really don't expect a character as basic as a slash or
backslash to have a different hex value in two major language sets.

How are you supposed to deal with these kind of differences?

Thanks!

david



_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo.cgi/rpg400-l
or email: RPG400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.







As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.