- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi Communities,
I'm trying to explore different ways to open programs for better user experience.Is there a way to configure the server to force UTF-8 encoding when opening files with drag-and-drop method when Unicode Server connected?
Everything works fine when I open the program using the 'Server' window of SAS EG or open it with encoding. But when I drag the file directly into the SAS EG editor it gets grabled.
I understand it might be because SAS EG didn't find the best display encoding correctly. However, as the file tree becomes more complex, the drag-and-drop method can better meet the business needs.
We have also configured three encoding servers through SAS Management(Unicode, English, Chinese), but it doesn't seem to control which sas files encoding is used on by default.
Please see the appendix files. When I open the program.sas from SASEG it shows normal as shown in snipshot 1. But when I drag the file directly into SASEG, there are garbled characters as shown in snipshot 2.
Info:
SASOA installed in the Red Hat Linux system environment.
SASEG installed in the Windows Citrix VDI.
Share files via Samba.
Ethan
/***********************************************************************************************
有效路径 :
程序名 : CM.sas
语言/版本 : SAS94_UTF8
简要描述 :
作者 :
日期 : 22FEB2021
输入 :
输出 : CM.sas7bdat
宏调用 :
修改日志 :
版本 修改人 日期 描述
***********************************************************************************************/
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
According to SAS Technical Support's reply, currently there no way to do that.
At present, the better way I found is to save the UTF8 encoded file as UTF8-BOM, so that it can be directly dragged into SAS EG without garbled characters。
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
According to SAS Technical Support's reply, currently there no way to do that.
At present, the better way I found is to save the UTF8 encoded file as UTF8-BOM, so that it can be directly dragged into SAS EG without garbled characters。