Re: proposal for new character 'soft/preferred line break'

From: Markus Scherer <markus.icu_at_gmail.com>
Date: Wed, 5 Feb 2014 08:22:12 -0800

On Tue, Feb 4, 2014 at 2:25 PM, Rhavin Grobert <rhavin_at_shadowtec.de> wrote:

> Parallel to soft hyphen, a hyphen that is just inserted if the word was
> broken, it would be practical to have some way to tell browser: if you need
> to break the line, try here first. This would be really usefull for poems,
> music lines, adresses,…
>

That would be HTML <wbr> <http://dev.w3.org/html5/markup/wbr.html> or U+200B
ZERO WIDTH SPACE <http://unicode.org/cldr/utility/character.jsp?a=200B>.

And it would be really easy to implement: there is no visual representation
> needed and if the right code-point is choosen, it would be
> downward-compatible to all systems not knowing of the new character.
>

Unlikely. There are some unassigned code points that are predefined with
Default_Ignorable_Code_Point<http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3ADI%3A%5D%26%5B%3ACn%3A%5D&g=>,
but that is not supported everywhere.

Also, the implementation in browers would be very easy to acomplish.
>

Maybe. You could research how widely <wbr> and U+200B are supported. (I
don't have that data.)

Best regards,
markus

_______________________________________________
Unicode mailing list
Unicode_at_unicode.org
http://unicode.org/mailman/listinfo/unicode
Received on Wed Feb 05 2014 - 10:23:20 CST

This archive was generated by hypermail 2.2.0 : Wed Feb 05 2014 - 10:23:20 CST