You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change code page for legacy database files to 1252
Pre-Unicode Code Snippet Database files were written using the
default code page in the UK: 1252. Such legacy file were being read
back using the system default code page, which outside the UK may
not be 1252.
Fixes#35
0 commit comments