Bug 62267 - addition of Boustrophedon text support
Summary: addition of Boustrophedon text support
Status: RESOLVED UPSTREAM
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: qt (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-06 19:39 UTC by Casey Allen Shobe
Modified: 2011-07-25 17:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Casey Allen Shobe 2003-08-06 19:39:57 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Slackware Packages
OS:          Linux

Boustrophedon text goes from left to right *and* right to left, alternating with each line - which results in faster reading with less eye strain.

A screenshot of a TCL program implementing this is here: http://www.somerandomdomain.com/~cshobe/images/screenshots/boust2.png

If this could be chosen as an option in KDE, that would be phenomenal.
Comment 1 Thiago Macieira 2003-08-07 01:10:04 UTC
Is that defined in Unicode? 
Comment 2 Stephan Kulow 2003-08-07 10:12:54 UTC
Subject: Re:  addition of Boustrophedon text support

On Thursday 07 August 2003 01:10, you wrote:
> ------- Additional Comments From thiagom@mail.com 
Comment 3 Casey Allen Shobe 2003-08-08 00:25:57 UTC
The link is good - works for me.  Try it again...maybe the server was just down or 
acting wonky.  You can also search for boust on freshmeat for a similar screenshot. 
Comment 4 Nicolas Goutte 2005-07-31 21:10:06 UTC
As nowaday, most of the text handling is done by Qt, I suppose that this is a wish for Qt.

Please see http://doc.trolltech.com/4.0/bughowto.html on how to report bugs to Trolltech.

Have a nice day!
Comment 5 Shinobu Maehara 2008-01-24 13:30:14 UTC
"superly clever new way to look completly different" - Quite the opposite. It is used for ancient Greek and even older languages, but it fell out of style later. Latin is usually written from left to right, however one of our oldest attested samples of Old Latin was written boustrophedon, a testament to its age.

Unicode only defines the directions "left" and "right".
http://unicode.org/faq/bidi.html
These are normally interpreted as being relative to the reading direction, which according to Unicode can be logically "left" or "right", even though it may physically even be *vertical*. Unicode considers the actual, physical direction of text a style issue and thus provides no support for it. This means that for everything other than normally wrapping horizontal text extra support outside of Unicode is needed. For example, fonts that support languages like Japanese contain tables which specify which glyphs need to be rotated when text is written vertically and which don't. In this case the physical down direction is often considered logically "right" (this is what OpenOffice does) although in theory a program could also consider the physical down direction to be logically undirected (which is not a concept in Unicode), and rotate characters that need rotation clockwise or anticlockwise depending on their directionality, which has the advantage that the reading direction is constant.
Comment 6 Christoph Feck 2011-07-25 17:15:25 UTC
See comment #4.