Community
    • Login

    Filter the data !!!

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    63 Posts 6 Posters 26.7k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • EkopalypseE Offline
      Ekopalypse @Alan Kilborn
      last edited by

      @Alan-Kilborn said in Filter the data !!!:

      So do people that use non-basic encodings get stuck looking at odd sequences in the Find what box as they are composing a search term?

      I don’t use non-basic encodings but I don’t think that this is an issue
      because the system font used, which as far as I know is used by the dialog, handles this, normally.

      1 Reply Last reply Reply Quote 2
      • guy038G Offline
        guy038
        last edited by guy038

        Hi, @alan-kilborn and All,

        Seemingly, in the config.xml file, all characters above \x{007F} ( so non pure ASCII ) are encoded with the usual XML syntax &#x....;, where a dot stands for an hexadecimal digit

        For characters, over \x{FFFF} ( so outside the Unicode Basic Multilingual Plane - BMP ), they are represented with two 16-bit code units called a surrogate pair. Refer to :

        https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates

        https://en.wikipedia.org/wiki/UTF-16#Code_points_from_U+010000_to_U+10FFFF

        An example :

        f2af261b-bba6-450e-ab2f-cf303a77115c-image.png


        In this example, the last character, displayed by the Courier New font as a small white square box, is the OSMANYA letter BA ( Unicode code-point 10481 ) which can be described with the surrogate pair \x{D801}\x{DC81}, correctly handled and decoded by your OS !

        Refer     http://www.unicode.org/charts/PDF/U10480.pdf

        Best Regards,

        guy038

        EkopalypseE 1 Reply Last reply Reply Quote 1
        • EkopalypseE Offline
          Ekopalypse @guy038
          last edited by

          @guy038

          This is how it looks on your system, but I assume it might look different on a system where OSMANYA is more common.
          That is, of course, if there is a localized version of Windows that OSMANYA takes into account.

          1 Reply Last reply Reply Quote 1

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors