Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalimehtar/fast-convert

Fast converter from one-byte encoding -> string
https://github.com/kalimehtar/fast-convert

Last synced: about 1 month ago
JSON representation

Fast converter from one-byte encoding -> string

Awesome Lists containing this project

README

        

fast-convert
============

Fast converter for one-byte encoding bytes -> string

Usage

```Racket
(define cp866 (gen-table "cp866"))
(define str (convert cp866 bytes-in-cp866-encoding))
```