We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c15940 commit 41ae302Copy full SHA for 41ae302
PythonForDelphi/Components/Sources/Core/PythonEngine.pas
@@ -3638,6 +3638,7 @@ function TPythonInterface.GetUnicodeTypeSuffix : String;
3638
'UCS2'
3639
{$ELSE}
3640
'UCS4'
3641
+ {$ENDIF}
3642
else
3643
Result := '';
3644
end;
PythonForDelphi/Demos/readme.txt
@@ -32,4 +32,4 @@ Demo30 Using Named Parameters (Kylix ready)
32
Demo31 Using WrapDelphi to access Delphi Form attributes (Requires Delphi5 or later)
33
Demo32 Demo08 revisited using WrapDelphi (Requires Delphi7 or later)
34
Demo33 Using Threads inside Python
35
-Demo34 Dynamically creating, destroying and recreating PythonEngine. Uses PytonVersions
+Demo34 Dynamically creating, destroying and recreating PythonEngine. Uses PythonVersions
0 commit comments