2021-07-14, 19:53
Quote:queeup wrote:Above, my questions about adding empty strings and answered by @alanwww1. This trick is not working anymore. Is there anyway to do that @Gade?
> Hello,
>
> Is there and way I can empty strings? Because in
> Turkish language we are not using
> "is/are/from/at/as/the" etc. Can I put something for
> ignore this strings? Rather then empty space?
I found a good solution:
Just write a unicode "Zero Width Space" character.
Code: U+200B
Under linux: Hold down ctrl+shift and type: u220b than release.
Under vim: in insert mode press ctrl+v and type u220b
Under windows: I don't know but this might help:
http://en.wikipedia.org/wiki/Unicode_input
More info on space characters:
http://en.wikipedia.org/wiki/Space_(punc...in_Unicode
Tested working in xbmc rendered as "nothing" instead of the english string. Just the way we want.
Cheers, Attila