X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FFCGIFixes.pm;h=ea31ccf56d04055d82ac74748698e34be526e030;hb=b632cee8434442efd8ae3962126c34123172daac;hp=6327ffcf16a95585305a695d24b0bf80289db290;hpb=be6f6cfd8dc7def5356edd0c5aacb814b4baded1;p=kivitendo-erp.git diff --git a/SL/FCGIFixes.pm b/SL/FCGIFixes.pm index 6327ffcf1..ea31ccf56 100644 --- a/SL/FCGIFixes.pm +++ b/SL/FCGIFixes.pm @@ -10,7 +10,7 @@ use version; # setting STDOUT to ":utf8" with "binmode". Also FCGI starting with # 0.69 implements proper handling for UTF-8 flagged strings -- namely # by downgrading them into bytes. The combination of the two causes -# Lx-Office's way of handling strings to go belly up (storing +# kivitendo's way of handling strings to go belly up (storing # everything in Perl's internal encoding and using Perl's I/O layer # for automatic conversion on output). #