Added codepage=1252 in internal FoxBin2Prg.exe's config.fpw (in \config directory) and added a new config.fpw on root directory for development version (PRG)

This commit is contained in:
fdbozzo
2018-03-15 23:57:00 +01:00
parent 546b546052
commit d6a51fe06e
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
ALLOWEXTERNAL=ON
RESOURCE=OFF RESOURCE=OFF
SCREEN=OFF SCREEN=OFF
_STARTUP="" _STARTUP=""
@@ -15,3 +16,4 @@ _TASKPANE=""
_TOOLBOX="" _TOOLBOX=""
_WIZARD="" _WIZARD=""
COMMAND="" COMMAND=""
CODEPAGE=1252

1
config.fpw Normal file
View File

@@ -0,0 +1 @@
CODEPAGE=1252

Binary file not shown.