From 592f477063167e5f1edd2427f1c8fde3e018d666 Mon Sep 17 00:00:00 2001 From: Allan Date: Wed, 11 Oct 2023 22:42:25 +0100 Subject: [PATCH] chore(docs): updated readme about non-ascii char recommendations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9603f0e..41cdb1a 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,8 @@ When contributing to this library, it is therefore important to ensure that all ## General Notes -- All macros should be compatible with SAS versions from support level B and above (so currently 9.2 and later). If an earlier version is not supported, then the macro should say as such in the header documentation, and exit gracefully (eg `%if %sysevalf(&sysver<9.3) %then %return`). +- All macros should be compatible with SAS versions from support level B and above (so currently 9.3 and later). If an earlier version is not supported, then the macro should say as such in the header documentation, and exit gracefully. +- It's [best to avoid](https://git.datacontroller.io/dc/dc/issues/50) special / non-ASCII characters for compatibility with the widest variety of SAS installations. ## Breaking Changes