Problem Note 70958: Font ligature might need to be removed in order to correctly display codes in SASĀ® Studio programs
When using Mozilla Firefox as your browser and entering code into SAS Studio programs, you might encounter a display problem:
- Create a program in SAS Studio.
- Add the following code in the program
titlle1 'aabbccddeeffgghhiijkkllmmnnooppgqrrssttuuvvwwxxyyzz ;
title2 'aabbccddeefgghhiijjkkllmmnnooppgqrrssttuuvvwwxxyyzz ;
proc print data=SASHELP.CLASS; run;
After you run the program, the codes are displayed incorrectly as shown in the following screen shot:
As shown above, title1 contains two fs that occupy the same amount of screen space as the single f in title2 in the program editor and in the log.
Workaround
To work around this problem, perform the following steps:
- Install the stylus extension to add the style that disables font ligatures
- Add the style: font-feature-settings: "liga" 0;
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Studio | 64-bit Enabled AIX | 3.81 | | 9.4 TS1M7 | |
64-bit Enabled Solaris | 3.81 | | 9.4 TS1M7 | |
HP-UX IPF | 3.81 | | 9.4 TS1M7 | |
Linux for x64 | 3.81 | | 9.4 TS1M7 | |
Solaris for x64 | 3.81 | | 9.4 TS1M7 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2024-10-07 14:07:30 |
Date Created: | 2024-09-16 04:50:35 |