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 last edited by
    #1

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

    SGaistS C 2 Replies Last reply
    0
    • B bogong

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

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on 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

        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 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
        4
        • C ChrisW67

          @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 last edited by bogong
          #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?

          SGaistS JonBJ 2 Replies Last reply
          0
          • B bogong

            @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?

            SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on 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

              @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?

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on 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

              • Login

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