Hi

Example - the longest Welsh name - 58 characters:

Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch

If the View of XXE is just 48 chars wide, then if I split the word in two (without a hyphen) with a space character, then XXE will split the word(s) over two lines:

Llanfairpwllgwyngyllgogerych
wyrndrobwllllantysiliogogogoch

However, since this is actually single world, the space character should actually be a soft hyphen. And I would expect this result on screen:

Llanfairpwllgwyngyllgogerych<shy>
wyrndrobwllllantysiliogogogoch

But actually what happens in XXE, is that I get a long line:

Llanfairpwllgwyngyllgogerych<shy>wyrndrobwllllantysiliogogogoch

Even if I replace the soft hyphen with a regular hypen-minus character, I get the same result - a single line:

Llanfairpwllgwyngyllgogerych-wyrndrobwllllantysiliogogogoch

(I hope the email does not broke my examples.)

Leif

--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to