I see. I found a library that is based on Mono's implementation of the System.Text.Encoding system, and I am using that instead.
The library is Portable.Text.Encoding. Thanks. From: [email protected] To: [email protected]; [email protected] Subject: RE: A question Date: Mon, 22 Jun 2015 19:04:01 +0200 Hi Zachary, I’m not sure if you should really look at APR-Iconv for new code. The code hasn’t been updated in a long time and is basically dead. (Not too long ago there was a suggestion to remove the library as it is basically unused now that Subversion uses a Win32 specific implementation. On unix platforms APR code usually just uses the platform specific iconv libraries) Doesn’t the C#/.Net standard library most of the features you need directly? I would guess that this would make things much easier for you to maintain long term. Bert From: Zachary Greve [mailto:[email protected]] Sent: zondag 21 juni 2015 22:46 To: [email protected] Subject: A question (I'm not sure if this is the right place for this) Is there a way to get a list of all installed encodings in APR-Iconv? I am working on a basic C# wrapper for the library for a code editor I am working on, and want to get a list of all available encodings. Thanks in advance, Zachary Greve
