From 8c22cffe946d6be66965cacf6882d65091755b36 Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Thu, 14 May 2020 17:58:43 +0200 Subject: #941: Software inventory encoding to UTF-8. Fix bug introduced by commit `930563c`due to the change of the database encoding. --- client/engine/Inventory.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/engine/Inventory.lib b/client/engine/Inventory.lib index 820a45c9..a905f1bd 100755 --- a/client/engine/Inventory.lib +++ b/client/engine/Inventory.lib @@ -360,7 +360,7 @@ esac # Mostrar sistema Operativo y aplicaciones. ogGetOsVersion $1 $2 | awk -F: '{print $2}' -sort $APPS | uniq +sort $APPS | uniq | iconv -ct utf-8 rm -f $APPS $TMPFILE } -- cgit v1.2.3-18-g5258