non breaking spaces
Im using TLF build 460 (707635). I may be missing something but im thinking that non breaking spaces are not supported? I dont think there is a equivilent in FXG either.
Can I have a non breaking space in a tlf SpanElement? Something equivilant to <span>foo& nbsp ;bar</span>. Ive tried importToFlow with various argument combinations, changing source types(xml, string) and formats(FXG_FORMAT, TEXT_LAYOUT_FORMAT, HTML_FORMAT, PLAIN_TEXT_FORMAT);
I have a custom importer and exporter and a few thoughts that came to mind were using a tab element or replacing with a space, but im trying to stay away from string.replace or regex. Aside from importing, to get the real intended functionality of a nbsp im thinking I would have to put the string with "nbsps" in its own span and do some test to make sure its on the same line.
Am i missing something and nbsp is supported? If its not supported any recomendations to add this support?
