Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Uuencoding in Qt. How?
Forum Updated to NodeBB v4.3 + New Features

Uuencoding in Qt. How?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 476 Views 3 Watching
  • 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.
  • B Offline
    B Offline
    bogong
    wrote on 10 Jun 2023, 12:35 last edited by
    #1

    Hello all!
    Is in Qt presented Uuencoding in box?
    Or is there any 3d part modules of this uuencoding functionality?

    S C 2 Replies Last reply 10 Jun 2023, 19:04
    0
    • B bogong
      10 Jun 2023, 12:35

      Hello all!
      Is in Qt presented Uuencoding in box?
      Or is there any 3d part modules of this uuencoding functionality?

      S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Jun 2023, 19:04 last edited by
      #2

      Hi,

      AFAIK, no. There are the Linux commands that implements that you might be able to leverage.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • B bogong
        10 Jun 2023, 12:35

        Hello all!
        Is in Qt presented Uuencoding in box?
        Or is there any 3d part modules of this uuencoding functionality?

        C Offline
        C Offline
        ChrisW67
        wrote on 12 Jun 2023, 02:08 last edited by
        #3

        @bogong Uuencoding/decoding is fairly straightforward to implement, for example.

        Unless you are dealing with data that is already Uuencoded then you should consider Base-64, for which there is already support in Qt.

        B 1 Reply Last reply 12 Jun 2023, 18:18
        4
        • C ChrisW67
          12 Jun 2023, 02:08

          @bogong Uuencoding/decoding is fairly straightforward to implement, for example.

          Unless you are dealing with data that is already Uuencoded then you should consider Base-64, for which there is already support in Qt.

          B Offline
          B Offline
          bogong
          wrote on 12 Jun 2023, 18:18 last edited by bogong 6 Dec 2023, 18:19
          #4

          @ChrisW67 Is there any mentioning about Base64 in my question??? The question is about uuencoding in-box in qt. Why SHOULD Base63 be considered by me if there are no need in it?

          S J 2 Replies Last reply 12 Jun 2023, 18:23
          0
          • B bogong
            12 Jun 2023, 18:18

            @ChrisW67 Is there any mentioning about Base64 in my question??? The question is about uuencoding in-box in qt. Why SHOULD Base63 be considered by me if there are no need in it?

            S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 12 Jun 2023, 18:23 last edited by
            #5

            @bogong said in Uuencoding in Qt. How?:

            @ChrisW67 Is there any mentioning about Base64 in my question??? The question is about uuencoding in-box in qt. Why SHOULD Base63 be considered by me if there are no need in it?

            Please calm down, it was just a suggestion to make your life easier.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            2
            • B bogong
              12 Jun 2023, 18:18

              @ChrisW67 Is there any mentioning about Base64 in my question??? The question is about uuencoding in-box in qt. Why SHOULD Base63 be considered by me if there are no need in it?

              J Offline
              J Offline
              JonB
              wrote on 12 Jun 2023, 18:43 last edited by
              #6

              @bogong
              I think https://github.com/Ladvien/Instructables_UUE_function/blob/master/Instructables_UUEncoding_function_0.c is supposed to be UUEncode in C, ~100 lines.

              1 Reply Last reply
              0

              1/6

              10 Jun 2023, 12:35

              • Login

              • Login or register to search.
              1 out of 6
              • First post
                1/6
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved