Socket
Book a DemoInstallSign in
Socket

mojibake.jp

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

mojibake.jp

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

unpublished
latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

mojibake.jp

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

使い方

const Mojibake = require("@otoneko./mojibake");

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