Carlo Hogeveen
unread,Feb 28, 2025, 10:44:46 AMFeb 28Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Semware @ GoogleGroups
This regards a minuscule issue, that in practice has not blocked anything yet.
Suggestion:
In all contexts TSE's internal CodePage variable initially returns Windows' global code page (as opposed to a command prompt's local
code page).
This should be a read-only variable, because unfortunately a macro can Set(CodePage, <other value>), which has no effect whatsoever,
other than robbing other macros from a convenient way of finding out what Windows' global code page is.
There are precedents.
A macro trying to Set(WindowCols, <some value>) receives a compiler error.
Carlo