• UTF-8 nodelist make

    From Michiel van der Vlist@2:280/5555 to Eugene Subbotin on Sat Oct 1 00:39:59 2016
    Hello Eugene,

    Friday September 30 2016 22:26, I wrote to you:

    Of course your script should look different since you are converting
    to CP866 and should take care of the characters not present in CP866. Maybe someting like:

    The below script BTW, is a real life script that I use to generate the ASCII version of my segment of the nodelist. Scroll down...

    s/©/(C)/g
    s/®/(R)/g
    s/ü/u/g
    s/ø/o/g
    s/ö/o/g
    s/ä/a/g
    s/ë/e/g
    s/é/e/g
    s/è/e/g
    s/ij/ij/g
    s/IJ/IJ/g
    s/æ/ae/g
    s/ß/ss/g
    s/µ/micro/g
    s/Ï€/pi/g
    s/Π/Pi/g
    s/²/^2/g
    s/³/^3/g
    s/Æ’/f/g
    s/£/GPB/g
    s/Â¥/Yen/g
    s/€/EUR/g
    s/”/o/g
    s/ö/o/g
    s/ /_/g

    When I make changes to my segment of the nodelist, I make the changes in the UTF-8 version only. I then run the script above to make an "ascified" version from it. That way I make sure that the UTF-8 version and the ASCII version are always synchronised.

    I don't trust myself to not make errors when having to make the same changes to two files. ;-)


    Cheers, Michiel

    --- GoldED+/W32-MINGW 1.1.5-b20110320
    * Origin: Blijf Tønijn (2:280/5555)
  • From Michiel van der Vlist@2:280/5555 to All on Tue Oct 4 11:49:51 2016
    Hello All,

    Saturday October 01 2016 00:39, I wrote to Eugene Subbotin:

    The below script BTW, is a real life script that I use to generate the ASCII version of my segment of the nodelist. Scroll down...

    s/ü/u/g
    s/ø/o/g
    s/ö/o/g
    [..]
    s/Ô/o/g
    s/ö/o/g

    I was asked to present the script with hex values for "funny characters", but that is too much work and too error prone. I have to do that manually.

    Instead I have made the script available for download and viewing.

    http://www.vlist.eu/downloads/fidolist/ascifi.sed

    If your browser supports UTF-8 (I don't know one that doesn't) you can see the script as I created it with winvi.


    Cheers, Michiel

    --- GoldED+/W32-MSVC 1.1.5-b20130111
    * Origin: Blijf Tønijn (2:280/5555)
  • From Tommi Koivula@2:221/360 to Michiel van der Vlist on Fri Oct 7 11:54:42 2016

    * Origin: Blijf Tønijn (2:280/5555)

    Testing... Åäö!

    --- HotdogEd/2.12 (Android; Google Android; rv:1) Hotdoged/1474702396000 Hotdog
    * Origin: *** nntp://rbb.bbs.fi *** Lake Ylo *** Finland *** (2:221/360)
  • From Michiel van der Vlist@2:280/5555 to Tommi Koivula on Fri Oct 7 11:24:16 2016
    Hello Tommi,

    On Friday October 07 2016 11:54, you wrote to me:

    EUR 1 in the subject. Looks good ;-)

    * Origin: Blijf Tønijn (2:280/5555)

    Looks good too.

    Testing... Åäö!

    But that makes no sense. Well, two out of three ain't bad. ;-)

    But....

    D:\FIDO\NODELIST\CHKWF8>chkwf8 \fido\golded\golded.msg

    CHKWF8 1.0 beta 20160402 UTF-8 well formed sequence test.
    (C) 2015-2016, Michiel van der Vlist, PA0MMV (2:280/5555)

    File: golded.msg

    20 lines read.
    17 lines found with ASCII only.
    3 lines found with well formed UTF-8 sequences.
    0 lines found with an ill formed UTF-8 sequence.


    No nonsence reported here...

    Oh, wait... you were actually displaying a capital A with ring, an a umlaut and an o umlaut. Now it makes sense. ;-)



    Cheers, Michiel

    --- GoldED+/W32-MINGW 1.1.5-b20110320
    * Origin: Blijf Tønijn (2:280/5555)
  • From Michiel van der Vlist@2:280/5555 to Tommi Koivula on Fri Oct 7 12:04:19 2016
    Hello Tommi,

    On Friday October 07 2016 11:54, you wrote to me:

    [nitpicking]

    @CHRS: UTF-8 2
    ^
    s/2/4/

    [/nitpicking]


    Cheers, Michiel

    --- GoldED+/W32-MINGW 1.1.5-b20110320
    * Origin: Blijf Tønijn (2:280/5555)
  • From Tommi Koivula@2:221/360 to Michiel van der Vlist on Fri Oct 7 15:48:13 2016

    On Friday October 07 2016 11:54, you wrote to me:

    [nitpicking]

    TK> @CHRS: UTF-8 2
    ^
    s/2/4/

    [/nitpicking]


    Yes, I know. But there's no way to change that in HotDog.

    * Origin: Blijf Tønijn (2:280/5555)

    --
    Tommi

    --- Sylpheed 3.5.1 (GTK+ 2.24.23; i686-pc-mingw32)
    * Origin: *** nntp://rbb.bbs.fi *** Lake Ylo *** Finland *** (2:221/360)
  • From Michiel van der Vlist@2:280/5555 to Tommi Koivula on Fri Oct 7 15:17:24 2016
    Hello Tommi,

    On Friday October 07 2016 15:48, you wrote to me:

    [nitpicking]

    TK> @CHRS: UTF-8 2
    ^
    s/2/4/

    [/nitpicking]

    Yes, I know. But there's no way to change that in HotDog.

    It is abandonware?


    Cheers, Michiel

    --- GoldED+/W32-MINGW 1.1.5-b20110320
    * Origin: Blijf Tønijn (2:280/5555)
  • From Tommi Koivula@2:221/360 to Michiel van der Vlist on Sat Oct 8 09:20:29 2016
    On Friday October 07 2016 15:48, you wrote to me:

    >> [nitpicking]
    >>
    >> TK> @CHRS: UTF-8 2
    >> ^
    >> s/2/4/
    >>
    >> [/nitpicking]

    TK> Yes, I know. But there's no way to change that in HotDog.

    It is abandonware?

    Nope, but it is not very configurable.

    'Tommi

    --- Sylpheed 3.5.1 (GTK+ 2.24.23; i686-pc-mingw32)
    * Origin: *** nntp://rbb.bbs.fi *** Lake Ylo *** Finland *** (2:221/360)
  • From Michiel van der Vlist@2:280/5555 to Tommi Koivula on Sat Oct 8 16:27:42 2016
    Hello Tommi,

    On Saturday October 08 2016 09:20, you wrote to me:

    It is abandonware?

    Nope, but it is not very configurable.

    So you could ask the author to display '4' instead of '2' in the case ou UTF-8?


    Cheers, Michiel

    --- GoldED+/W32-MINGW 1.1.5-b20110320
    * Origin: Blijf Tønijn (2:280/5555)
  • From Tommi Koivula@2:221/360 to Michiel van der Vlist on Sat Oct 8 18:53:58 2016

    It is abandonware?

    Nope, but it is not very configurable.

    MvdV> So you could ask the author to display '4' instead of '2' in the case
    MvdV> ou UTF-8?

    I believe someone just did. :)

    You may read the authors comment on the hotdoged echo.

    'Tommi

    --- Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.
    * Origin: *** nntp://rbb.bbs.fi *** Lake Ylo *** Finland *** (2:221/360)
  • From Michiel van der Vlist@2:280/5555 to Tommi Koivula on Sat Oct 15 01:26:54 2016
    Hello Tommi,

    On Saturday October 08 2016 18:53, you wrote to me:

    MvdV>> So you could ask the author to display '4' instead of '2' in
    MvdV>> the case ou UTF-8?

    I believe someone just did. :)

    You may read the authors comment on the hotdoged echo.

    I am not linked to that echo and have no interest in linking. It is not on Ozmosis either, so I can't read it..

    So what did he say?


    Cheers, Michiel

    --- GoldED+/W32-MSVC 1.1.5-b20130111
    * Origin: Blôf T›nôn (2:280/5555)
  • From Tommi Koivula@2:221/6 to Michiel van der Vlist on Sat Oct 15 12:28:50 2016

    MvdV>> So you could ask the author to display '4' instead of '2' in
    MvdV>> the case ou UTF-8?

    I believe someone just did. :)

    You may read the authors comment on the hotdoged echo.

    I am not linked to that echo and have no interest in linking. It is not
    on Ozmosis either, so I can't read it..

    https://fidonet.ozzmosis.com/echomail.php/hotdoged

    ---
    * Origin: *** nntp://fidonews.mine.nu *** Finland *** (2:221/6.0)
  • From Michiel van der Vlist@2:280/5555 to Tommi Koivula on Sat Oct 15 15:22:16 2016
    Hello Tommi,

    On Saturday October 15 2016 12:28, you wrote to me:

    You may read the authors comment on the hotdoged echo.

    I am not linked to that echo and have no interest in linking. It is
    not on Ozmosis either, so I can't read it..

    https://fidonet.ozzmosis.com/echomail.php/hotdoged

    Saw it. So maybe uit will be fixed in the next update. ;-)


    Cheers, Michiel

    --- GoldED+/W32-MINGW 1.1.5-b20110320
    * Origin: Blijf Tønijn (2:280/5555)