ANN: TTaurusTLSUnicodeLog will be included in TaurusTLS #221
JPeterMugaas
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While fixing a bug in the TaurusFTP console demo (included with TaurusTLS), I wound up making another component (it only took a few hours) that I consider useful. The component works like Indy's TIdLogEvent with one key difference, the data returned in the events is converted from UTF8 to Unicode if the String type supports it. This allows Unicode data to be processed or displayed to a user in something like a log window or console.
I admit that this has nothing to do with TLS support or OpenSSL but since the TaurusFTP console client demo program uses it, I am including it anyway. The TaurusFTP console client demo program can now display directory names that are in Japanese. I can boast that the FTP client is a good program in its own right.
As always, feedback on this is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions