Page 1 of 1
Automatically add a non-breaking space between a word and "?"
Posted: Thu Nov 12, 2020 12:00 pm
by duss
Hi !
In french we have a space between ! (question mark) ? (intégration mark) : (i don't know the word in english
)
Do you see a method to add automatically a non-breaking space between ? and the word to avoid this :
thanks for you idea !
Re: Automatically add a non-breaking space between a word and "?"
Posted: Thu Nov 12, 2020 3:24 pm
by Tony Li
Hi,
You can paste in non-breaking space characters from the clipboard. The Unity editor's input fields don't allow you enter a non-breaking space with the key combination Alt +0160, which is a fairly standard way of adding characters by their Unicode values on Windows. Alt+Space may work on Macs. Alternatively. if you're using TextMesh Pro you can use a <space> tag to represent a non-breaking space, such as in "un bouquet de fleurs<space=0.5em>?"
Re: Automatically add a non-breaking space between a word and "?"
Posted: Fri Aug 27, 2021 8:33 am
by duss
Hey, i'm a little bit late but thanks a lot ! <3
Re: Automatically add a non-breaking space between a word and "?"
Posted: Fri Aug 27, 2021 8:36 am
by Tony Li
You're welcome!