While writing a J application that will handle people names I  would like to 
know
if there is a way for me to have a character set (a.) that would  include the
french accented characters:
 
 à â ê é è ê ë î ï ô ö ù ç
 
 While scanning character arrays I have:
 
a. i. 'ç'
   195 167

'x' = 'x'               NB.     OK
   1
 
 but: 
 
'ç' = 'ç'                  NB.    !!!
   1 1
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to