• CHRS

    From Carlos Navarro@2:341/234.1 to All on Wednesday, March 23, 2022 18:13:49
    Would it be possible (I mean, not too difficult) to make GoldEd+ use, when replying to a message, the same encoding as the message being replied to?

    Carlos

    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: Costa Blanca, Spain (2:341/234.1)
  • From Martin Foster@2:310/31.7 to Carlos Navarro on Friday, April 22, 2022 10:55:28
    Hello Carlos!

    *** Wednesday 23.03.22 at 17:13:49, Carlos Navarro wrote to All:

    Would it be possible (I mean, not too difficult) to make GoldEd+ use,
    when replying to a message, the same encoding as the message being
    replied to?

    +1

    Regards,
    Martin

    --- WinPoint 407.0
    * Origin: Bitz-Box - Bradford - UK (2:310/31.7)
  • From Carlos Navarro@2:341/234.1 to Martin Foster on Sunday, November 06, 2022 21:12:05
    22 Apr 2022 10:55, you wrote to me:

    Would it be possible (I mean, not too difficult) to make GoldEd+
    use, when replying to a message, the same encoding as the message
    being replied to?

    +1

    I normally use UTF-8, but sometimes I prefer to reply in LATIN-1 or CP437, if I know that the recipient's software cannot do the proper translation.

    This is how I'm currently doing: I have several GoldEd shortcuts, each one loads its own mini-config file (that includes the main one)

    C:\fido\golded\golded.exe -Cgedlatin1.cfg
    ===[gedlatin1.cfg]===
    INCLUDE golded.cfg
    XLATEXPORT LATIN-1
    COLOR STATUS WINDOW WHITE ON BLUE
    =====================

    C:\fido\golded\golded.exe -Cged437.cfg
    ===[ged437.cfg]======
    INCLUDE golded.cfg
    XLATEXPORT CP437
    COLOR STATUS WINDOW WHITE ON RED
    =====================

    C:\fido\golded\golded.exe -Cgedutf8.cfg
    ===[gedutf8.cfg]=====
    INCLUDE golded.cfg
    XLATEXPORT UTF-8
    COLOR STATUS WINDOW WHITE ON GREEN
    =====================

    I have different colors for the status line at the bottom, so that I can easily remember which charset I'm using at the time. :-)

    Carlos

    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: cyberiada point (2:341/234.1)