From mboxrd@z Thu Jan 1 00:00:00 1970 From: Latchesar Ionkov To: 9fans@cse.psu.edu Subject: Re: diacritics (was: Re: [9fans] don't shoot me) Message-ID: <20030811234903.GA15158@ionkov.net> References: <20030811143341.GA12975@ionkov.net> <41a7e5ae12f9de6a22895000588f5284@mightycheese.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41a7e5ae12f9de6a22895000588f5284@mightycheese.com> User-Agent: Mutt/1.4.1i Date: Mon, 11 Aug 2003 19:49:03 -0400 Topicbox-Message-UUID: 17382a8e-eacc-11e9-9e20-41e7f4b1d025 I didn't think of editing text of combining diacritics ... :( I noticed the problem while testing my program for ttf font conversion -- I never really entered such text. I have to check how other OSes handle such cases -- I cannot imagine how can one select characters with zero width :) If somebody changes the code to support right-to-left and mixed directions text, s/he may take care of the combinig diacritics too :) Thanks, Lucho If the changes in the algorithms for text editing require too much work, may be it is better to leave them to On Mon, Aug 11, 2003 at 11:05:14AM -0700, rob pike, esq. said: > > Showing combining diacritics in Plan9 doesn't require a lot of changes. > > if you just want to show them, you're probably right and i think your > change might do it. but if you want to use them - select, cut, paste, etc., > i think a lot of change is required, or at best a little change in a lot of > places. the algorithms managing editable text all implicitly assume the > characters have positive width. > > -rob