/EncodingConverter

EncodingConverter is a text file's encoding converter library for C. It uses standard C libraries, so it can be used in many projects without any dependency.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Encoding Converter

NuGet

Donate

  • Every donation will improve the project.
  • Bitcoin: 1FHFU14DRWWHaJyq8fK1coKR57KqQJg2ZH

EncodingConverter

EncodingConverter is a text file's encoding converter library for C. It uses standard C libraries, so it can be used in many projects without any dependency. It currently supports:

  • UTF-8
  • UTF-16BE
  • UTF-16LE
  • UTF-32BE
  • UTF-32LE
  • ISO8859-1
  • ISO8859-9

text encodings.

Documentation

Documentation for EncodingConverter is hosted on GitHub at https://github.com/batuhanoktem/EncodingConverter/wiki.

EncodingConverter.Core

EncodingConverter.Core is a C# wrapper for EncodingConverter C library.

EncodingConverter.Core.Console

EncodingConverter.Core.Console is a sample .NET Core application which uses EncodingConverter.Core.