From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-ch2-03v.sys.comcast.net (resqmta-ch2-03v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:35]) by hurricane.the-brannons.com (Postfix) with ESMTPS id EFCE977C3B for ; Thu, 28 May 2015 13:12:19 -0700 (PDT) Received: from resomta-ch2-12v.sys.comcast.net ([69.252.207.108]) by resqmta-ch2-03v.sys.comcast.net with comcast id ZYCP1q0092LrikM01YD4MJ; Thu, 28 May 2015 20:13:04 +0000 Received: from eklhad ([IPv6:2601:4:5380:4ee:21e:4fff:fec2:a0f1]) by resomta-ch2-12v.sys.comcast.net with comcast id ZYD31q00G5LMg2101YD3m0; Thu, 28 May 2015 20:13:03 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.5.4+ Date: Thu, 28 May 2015 16:13:03 -0400 Message-ID: <20150428161303.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1432843984; bh=h3u4lLqU+wWZjJmsGAth9pD3O2v0r/WCqN5mBgydTuY=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=fxWPs0g9JG3AYcJ4q7lfhTqGjdy1HHK9o4+qqL9g1Oo8oZW8TBPogidZv8dwSKa8D 3X+YIHwUxecogXO/4A2yTFrI+HCGFDLcp5o5YcbG8TsNRUPNv96CykE0o+6KtgRkcG a9PPcSMFQYcGy3mBbua9IpOW7Ze0xrfPtJkliaUL8A65B3QolBj5qN+NuFao77xuam 50fGQ1tLz3QB5W7r3dgjFBkA+cX2xM6e5FWRAOmMfReVT921xIpK2ZpWTmVPK8JOcg uKA6e0Npd+L6M1wunxNmAbu9qddtUxyxWQac7QltmmKoa46DZ3M51Zxl4fwa/Ydfe5 K8VLp3FzoI6Vg== Subject: [Edbrowse-dev] soft hyphen X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 20:12:20 -0000 I guess I never realized the semantics of the soft hyphen, and thus I do not render it in any proper way. I just turn it into hyphen, rather than what is described in wikipedia soft hyphen. All these years and I never really noticed until I ran into a web page that makes grotesque yet correct use of it http://www.WheelOfFortuneSolutions.com/about.html Maybe I should just turn the soft hyphen into nothing, it would be better than what I am doing now, at least for the short term. Long term the breakLine() routine might want to be smarter about this symbol. Karl Dahlke