From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lev Stipakov Subject: Strings encoding Date: Tue, 22 Mar 2016 09:44:19 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx05.extmail.prod.ext.phx2.redhat.com [10.5.110.29]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u2M7xgIS013058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 22 Mar 2016 03:59:42 -0400 Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.redhat.com (Postfix) with ESMTPS id 68D42461EA for ; Tue, 22 Mar 2016 07:59:41 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aiGzJ-0005sv-Hm for linux-audit@redhat.com; Tue, 22 Mar 2016 08:44:25 +0100 Received: from 194.100.33.82 ([194.100.33.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Mar 2016 08:44:25 +0100 Received: from lstipakov by 194.100.33.82 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Mar 2016 08:44:25 +0100 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com Hello, The string values can be either enclosed in quotation marks or hex-encoded. Is it safe to assume that sequence of bytes after hex decoding is always utf-8 encoded string? -Lev