Hello,
I noticed that the context menu of a QTextEdit has an extra menu at the bottom - "Insert Unicode control character" and it has 10 items:
  • LRM Left-to-right mark
  • RLM Right-to-left mark
  • ZWJ Zero width joiner
  • ZWNJ Zero width non-joiner
  • ZWSP Zero width space
  • LRE Start of left-to-right embedding
  • RLE Start of right-to-left embedding
  • LRO Start of left-to-right override
  • RLO Start of right-to-left override
  • PDF Pop directional formatting

I find it kinda annoying since I haven't seen such a thing in any program before. I must admit - I don't really like it and I just can't find a way to get rid of them? I know I could reimplement my own context menu which is the exact same (except those unicode control character thingies) but it's kinda pointless? There has got to be some other solution?
I'm using Qt 4.2.1 on Windows XP SP2.
Any clue?
Thanks in advance!