Alastair,Noticed a similar problem using Characters above 128. In my caseI use 
char above 128 but use the Greek script option and it doesnot show the 
equivalent Greek characters. They showed correctly
in ver 9.5. Problem appears in forms and BROWse/EDIT table options.Seems to 
work properly in reports.

Will be addressing this problem with RDCC when semester ends earlyin may.
 Jim Bentley, American Celiac Society 1-504-305-2968

      From: Alastair Burr <[email protected]>
 To: RBase Listserver <[email protected]> 
 Sent: Thursday, April 28, 2016 11:11 AM
 Subject: [RBASE-L] - Special characters in R:BASE X, U.S. Version, Build: 
10.0.1.20414
   
In previous versions of R:Base I used an EEP to copy special characters to the 
clipboard for pasting into R:Base. In the new version this no longer produces 
the expected characters: Part of the table I use: LOAD `ExSpecialCharCodes`
NONUM
'½','0189',1
'¼','0188',2
'¾','0190',3
'à','0224',10
'À','0192',11
'á','0225',12
...'º','0186',230
'¿','0191',231
'þ','0254',232
'Þ','0222',233 the second column is only for info and the third column is 
simply a sort sequence. followed by: CHOOSE vChoose FROM #VALUES FOR 
SpecialCharacter +
  FROM ExSpecialCharCodes ORDER BY Menu_Sort +
  TITLE .vTitle CAPTION .vCaption LINES .vCount &vChoose_Options
SET CLIPBOARD .vChoose
  The characters in the first column that is selected when pasted now either 
are solely a question mark or the character with a question mark in front. The 
only thing I could find that might be relevant in changes was the new UTF8 
setting but neither on nor off made any difference. Windows 10 character map 
shows the numbers as I have them – at least on the ones I have checked. Does 
anybody have an ideas what’s different? Thanks & regards,Alastair.-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.


  

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to