0.1.13 • Published 4 years ago

encoding v0.1.13

Weekly downloads
7,539,958
License
MIT
Repository
github
Last release
4 years ago

Encoding

encoding is a simple wrapper around iconv-lite to convert strings from one encoding to another.

Build Status npm version

Initially encoding was a wrapper around node-iconv (main) and iconv-lite (fallback) and was used as the encoding layer for Nodemailer/mailparser. Somehow it also ended up as a dependency for a bunch of other project, none of these actually using node-iconv. The loading mechanics caused issues for front-end projects and Nodemailer/malparser had moved on, so node-iconv was removed.

Install

Install through npm

npm install encoding

Usage

Require the module

var encoding = require("encoding");

Convert with encoding.convert()

var resultBuffer = encoding.convert(text, toCharset, fromCharset);

Where

  • text is either a Buffer or a String to be converted
  • toCharset is the characterset to convert the string
  • fromCharset (optional, defaults to UTF-8) is the source charset

Output of the conversion is always a Buffer object.

Example

var result = encoding.convert("ÕÄÖÜ", "Latin_1");
console.log(result); //<Buffer d5 c4 d6 dc>

License

MIT

node-fetch-npm@xdn/next@edgio/next@arthswap/widgets@layer0/next@openos.com/uniswapreact-native-bluetooth2killi8n-react-native-fast-imagern-send-sms@arisageha/react-lazyload@arisageha/react-lazyload-fix@cashremit/cr-streamline-iconswq-mobilewuqin_mobiledorajs-fuli@cscfi/idmapi@arcblock/devconreact-native-template-rfbasexiaohu-ebook-generatorairscanairscan-examplereact-native-esc-pos-sahaabzahirrr-api@borisovart/atol-kkt-module@frxf/frxfdeneme323112@dashlane/mirror-email-analysis@ntt_app/react-native-custom-notificationreact-native-covid-sdkreact-native-thanh-toast-library@thanhnguyen14797/react-native-thanh-toast-library@saeon/ol-react@saeon/quick-formtest-staking-tspyth-staking-tsraadmoreact-native-printer-brothersrn-pdf-reader-offline@nina-protocol/nina-hub-sdkcharset-converterpangea-widgetscogoportutils@bond-labs/contract-library@dwayneyuen/next-jobs@mink-opn/build-tokensreact-native-slider-kfunblock-block-save-variablesgenerator-schlesinger@lvl-up/lib-corenevermined-one@saaspe/componentsexpand-react-bridgenode-giotinacms@everything-registry/sub-chunk-1585jawwy-sdk@deepakorg/test@deepak757/testreact-native-sphereuisphereuinaue-library-frontend@oracle/bots-node-sdkdeno-uniswapwidgetreact-native-badge-controlreact-native-bubble-chartreact-native-create-video-thumbnailreact-native-cplusreact-misc-toolboxreact-native-arun-ramya-testreact-native-arunjeyam1987react-native-arunmeena1987react-native-arunramya151react-native-biometric-authenticatereact-native-contact-listserhiipalash-nextsimple-find-lyricssimple-post-jsonselenium-queryselect2-selectallscranosecuretubesearch-input-reactsearch-list-reactseddoloresharingcomponent2sign-agentsimple-webloadersimplerequestdstucrypt-agentees-announcements-scraperes-react-bridgeemailparserspigniteemr-tabulator-tablesstaking-pythencoding-plugineosio-walletsesante-questionnairestraiberry-checkupstrapi-plugin-thumbhash
0.1.13

4 years ago

0.1.12

8 years ago

0.1.11

9 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago