Skip to content

Commit

Permalink
set encoding for serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed May 1, 2023
1 parent 13143a4 commit d0d2899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xidelbase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -3876,6 +3876,7 @@ procedure perform;


initOutput(mycmdline);
if xidelcrt.outputEncoding <> CP_ACP then globalTempSerializer.encodingForEntitying := xidelcrt.outputEncoding;

baseContext.insertFictiveDatasourceIfNeeded(not isStdinTTY, cmdlineWrapper); //this allows data less evaluations, like xidel -e 1+2+3

Expand Down

0 comments on commit d0d2899

Please sign in to comment.