Know of any invisible right-to-left characters in Unicode?












1















A common problem with right-to-left text and many text editors is that while the actual right-to-left characters are written right-to-left, the punctuation (nominally) following such a sentence is switched back to left-to-right mode again.



This results in, for example, Hebrew text not followed but preceeded by a question mark.



The problem can be dealt with by adding another right-to-left character after the punctuation. But that is certainly not a good solution.



So I am wondering whether there is an invisible right-to-left character in Unicode that I could add after punctuation at the end of right-to-left text in order to get the effect of adding another character but not the sight of it.



Any ideas?



Or any other ideas to solve the problem?










share|improve this question



























    1















    A common problem with right-to-left text and many text editors is that while the actual right-to-left characters are written right-to-left, the punctuation (nominally) following such a sentence is switched back to left-to-right mode again.



    This results in, for example, Hebrew text not followed but preceeded by a question mark.



    The problem can be dealt with by adding another right-to-left character after the punctuation. But that is certainly not a good solution.



    So I am wondering whether there is an invisible right-to-left character in Unicode that I could add after punctuation at the end of right-to-left text in order to get the effect of adding another character but not the sight of it.



    Any ideas?



    Or any other ideas to solve the problem?










    share|improve this question

























      1












      1








      1


      2






      A common problem with right-to-left text and many text editors is that while the actual right-to-left characters are written right-to-left, the punctuation (nominally) following such a sentence is switched back to left-to-right mode again.



      This results in, for example, Hebrew text not followed but preceeded by a question mark.



      The problem can be dealt with by adding another right-to-left character after the punctuation. But that is certainly not a good solution.



      So I am wondering whether there is an invisible right-to-left character in Unicode that I could add after punctuation at the end of right-to-left text in order to get the effect of adding another character but not the sight of it.



      Any ideas?



      Or any other ideas to solve the problem?










      share|improve this question














      A common problem with right-to-left text and many text editors is that while the actual right-to-left characters are written right-to-left, the punctuation (nominally) following such a sentence is switched back to left-to-right mode again.



      This results in, for example, Hebrew text not followed but preceeded by a question mark.



      The problem can be dealt with by adding another right-to-left character after the punctuation. But that is certainly not a good solution.



      So I am wondering whether there is an invisible right-to-left character in Unicode that I could add after punctuation at the end of right-to-left text in order to get the effect of adding another character but not the sight of it.



      Any ideas?



      Or any other ideas to solve the problem?







      unicode hebrew arabic right-to-left farsi






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 11 '09 at 9:21









      Andrew J. BrehmAndrew J. Brehm

      3,26983955




      3,26983955






















          3 Answers
          3






          active

          oldest

          votes


















          2














          Does U+200F "RIGHT-TO-LEFT MARK Right-to-left zero-width character" work? There's a few others listed at UAX #9: Unicode Bidirectional Algorithm.






          share|improve this answer
























          • I fear program might just ignore it. It's also difficult to type.

            – Andrew J. Brehm
            Nov 11 '09 at 16:15



















          0














          I believe that openoffice allows you to do this (Add the zero-width space) with a SPACE bar + one of the Meta keys. This is certainly the case in Lao and Thai scripts.






          share|improve this answer































            0














            You don't want a u200F. You want u202C The Pop Directional Formatting character.






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "3"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f68912%2fknow-of-any-invisible-right-to-left-characters-in-unicode%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              Does U+200F "RIGHT-TO-LEFT MARK Right-to-left zero-width character" work? There's a few others listed at UAX #9: Unicode Bidirectional Algorithm.






              share|improve this answer
























              • I fear program might just ignore it. It's also difficult to type.

                – Andrew J. Brehm
                Nov 11 '09 at 16:15
















              2














              Does U+200F "RIGHT-TO-LEFT MARK Right-to-left zero-width character" work? There's a few others listed at UAX #9: Unicode Bidirectional Algorithm.






              share|improve this answer
























              • I fear program might just ignore it. It's also difficult to type.

                – Andrew J. Brehm
                Nov 11 '09 at 16:15














              2












              2








              2







              Does U+200F "RIGHT-TO-LEFT MARK Right-to-left zero-width character" work? There's a few others listed at UAX #9: Unicode Bidirectional Algorithm.






              share|improve this answer













              Does U+200F "RIGHT-TO-LEFT MARK Right-to-left zero-width character" work? There's a few others listed at UAX #9: Unicode Bidirectional Algorithm.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Nov 11 '09 at 13:13









              TRS-80TRS-80

              2,80311314




              2,80311314













              • I fear program might just ignore it. It's also difficult to type.

                – Andrew J. Brehm
                Nov 11 '09 at 16:15



















              • I fear program might just ignore it. It's also difficult to type.

                – Andrew J. Brehm
                Nov 11 '09 at 16:15

















              I fear program might just ignore it. It's also difficult to type.

              – Andrew J. Brehm
              Nov 11 '09 at 16:15





              I fear program might just ignore it. It's also difficult to type.

              – Andrew J. Brehm
              Nov 11 '09 at 16:15













              0














              I believe that openoffice allows you to do this (Add the zero-width space) with a SPACE bar + one of the Meta keys. This is certainly the case in Lao and Thai scripts.






              share|improve this answer




























                0














                I believe that openoffice allows you to do this (Add the zero-width space) with a SPACE bar + one of the Meta keys. This is certainly the case in Lao and Thai scripts.






                share|improve this answer


























                  0












                  0








                  0







                  I believe that openoffice allows you to do this (Add the zero-width space) with a SPACE bar + one of the Meta keys. This is certainly the case in Lao and Thai scripts.






                  share|improve this answer













                  I believe that openoffice allows you to do this (Add the zero-width space) with a SPACE bar + one of the Meta keys. This is certainly the case in Lao and Thai scripts.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 1 '09 at 5:56









                  macarthymacarthy

                  10313




                  10313























                      0














                      You don't want a u200F. You want u202C The Pop Directional Formatting character.






                      share|improve this answer




























                        0














                        You don't want a u200F. You want u202C The Pop Directional Formatting character.






                        share|improve this answer


























                          0












                          0








                          0







                          You don't want a u200F. You want u202C The Pop Directional Formatting character.






                          share|improve this answer













                          You don't want a u200F. You want u202C The Pop Directional Formatting character.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 29 '18 at 22:20









                          Evan CarrollEvan Carroll

                          4,268853101




                          4,268853101






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Super User!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f68912%2fknow-of-any-invisible-right-to-left-characters-in-unicode%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Plaza Victoria

                              In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                              How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...