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.

Reply via email to