From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa6.dell-outbound.iphmx.com (esa6.dell-outbound.iphmx.com [68.232.149.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2EAAF2095DFEA for ; Fri, 11 Aug 2017 11:59:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dell.com; i=@dell.com; q=dns/txt; s=smtpout; t=1502478125; x=1534014125; h=from:to:cc:subject:date:message-id: content-transfer-encoding:mime-version; bh=1xVyj1N054DYCpHbnAbSQ4mM35Bc4WiyvPTdX9/ndOI=; b=jyFVyb1yHnpi2VSUH1RVkFZoCe/2nABTEuoWcAF+cuQIItci+9USfXSB Bm9Xe8PmkPrj2cAPZ06j0S6FDCpY+5FRaUwXNWI/9+wjLtCPv/s2Hs9+b IFrBQzABGHtFqJFuZx5WH4S3ssyMk29OCEcZ9OaZA0p/fAsGw5dWvU6/b w=; Received: from esa6.dell-outbound2.iphmx.com ([68.232.154.99]) by esa6.dell-outbound.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2017 14:02:05 -0500 From: Received: from ausxipps310.us.dell.com ([143.166.148.211]) by esa6.dell-outbound2.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Aug 2017 01:02:05 +0600 X-LoopCount0: from 10.170.28.40 X-IronPort-AV: E=Sophos;i="5.41,359,1498539600"; d="scan'208";a="49126915" X-DLP: DLP_GlobalPCIDSS To: CC: Thread-Topic: Coding Style Line Length Thread-Index: AdMS1Ez11TZydIP3TiWoDj8AakK3TA== Date: Fri, 11 Aug 2017 19:01:57 +0000 Message-ID: <47a6ad3080d242199d65bd88944c9b0f@ausx13mps335.AMER.DELL.COM> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titusconfig: No Restrictions 04051212 x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvIiwiaWQiOiI0NGVmYTJmYi1lZmExLTRjZTItODZiMS05NzFmODU0MzVjMTIiLCJwcm9wcyI6W3sibiI6IkNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJObyBSZXN0cmljdGlvbnMifV19LHsibiI6IlN1YmxhYmVscyIsInZhbHMiOltdfSx7Im4iOiJFeHRlcm5hbENvcnJlc3BvbmRlbmNlIiwidmFscyI6W119XX0sIlN1YmplY3RMYWJlbHMiOltdLCJUTUNWZXJzaW9uIjoiMTYuMi4xMS4wIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjRTdGVweVVJWXVVWW9HTUV6ekhjZm9hZ2FpeE53VlZXaGlsT1V6aDY4MGs9In0= x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.143.18.86] MIME-Version: 1.0 Subject: Coding Style Line Length X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2017 18:59:45 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Laszlo, Are there any special considerations for Print() statements with respect to the 80 character line length? If "No", what is the preferred format if one wants to print strings that are 80 or more characters such as: Print(L"123456789 123456789 123456789 123456789 123456789 123456789 12345= 6789 123456789\n"); Regards, Jim