List of supported Atom text encodings
npm install @atxm/encodings -S
Examples:
// JavaScript
import { encodings } from '@atxm/encodings';
console.log('List of supported encodings', encodings);
# CoffeeScript
{ encodings } = require "@atxm/encodings"
console.log "List of supported encodings", encodings
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0