You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

convjp

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convjp

日本語用の文字化けエンコード・デコードライブラリ

1.0.0
latest
Source
npm
Version published
Weekly downloads
5
Maintainers
0
Weekly downloads
 
Created
Source

convjp

日本語用の文字化けエンコード・デコードライブラリ

使い方

const Mojibake = require('convjp');

const mojibake = new Mojibake();

const input = 'もぺもぺ';
const encoded = mojibake.encode(input);
const decoded = mojibake.decode(encoded);
console.log(encoded); // '繧ゅ⊆繧ゅ⊆'
console.log(decoded); // 'もぺもぺ'

Get Support

Discord Banner

Keywords

mojibake

FAQs

Package last updated on 20 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts