Skip to content

Commit 4a32888

Browse files
author
mpheath
committed
Doc update about code page setting change to show unicode correct.
1 parent 782fcfb commit 4a32888

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

settings.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ and parentheses. I consider this as a display bug not related to the script,
7373
as some editors show the bug while others do not. Still, the fix seems
7474
better than if it were not applied.
7575

76+
SciTE may require the setting of `code.page=65001` to show the
77+
unicode parentheses and commas correct. On Windows, it might be setup as
78+
`code.page=0` and will try to display in the system codepage.
79+
7680
Notepad++ uses XML files which can support newlines by use of an entity and
7781
the script inserts each parameter into separate XML tags, so the display of
7882
calltips is good. Change settings `calltip_use_escapes=1` to allow

0 commit comments

Comments
 (0)