awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ashtuchkin avatar

ashtuchkin/iconv-lite

0
View on GitHub↗
3,172 stars·295 forks·JavaScript·MIT·14 views

Iconv Lite

Convert character encodings in pure javascript.

Features

  • Text and String Utilities - Converts between various character encodings.
  • Text Processing - Library for character encoding conversion.

Star history

Star history chart for ashtuchkin/iconv-liteStar history chart for ashtuchkin/iconv-lite

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does ashtuchkin/iconv-lite do?

Convert character encodings in pure javascript.

What are the main features of ashtuchkin/iconv-lite?

The main features of ashtuchkin/iconv-lite are: Text and String Utilities, Text Processing.

Which projects share features with ashtuchkin/iconv-lite?

Projects with overlapping indexed features include: mathiasbynens/he — A robust HTML entity encoder/decoder written in JavaScript. kurolabs/stegcloak — Stegcloak is a unicode steganography library and text-based data concealment tool. It provides a toolkit for hiding… i18next/i18next — i18next is a JavaScript localization library and internationalization framework used to translate application text… mashpie/i18n-node — Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax… ai/nanoid — Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database… nodeca/babelfish — human friendly i18n for javascript (node.js + browser).

Projects sharing features with Iconv Lite

These projects share indexed features with Iconv Lite. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • i18next/i18nexti18next avatar

    i18next/i18next

    8,583View on GitHub↗

    i18next is a JavaScript localization library and internationalization framework used to translate application text into multiple languages. It functions as a dynamic translation manager that handles translation resources, language detection, and the mapping of unique keys to localized strings. The system features a pluralization and interpolation engine that applies language-specific grammatical rules for numeric counts and injects dynamic variables into strings. It utilizes a plugin-based backend architecture to load and cache translation namespaces from various sources, including remote ser

    JavaScript
    View on GitHub↗8,583
  • kurolabs/stegcloakkurolabs avatar

    kurolabs/stegcloak

    3,830View on GitHub↗

    Stegcloak is a unicode steganography library and text-based data concealment tool. It provides a toolkit for hiding encrypted, compressed secret messages within standard text strings by mapping binary data to invisible, non-printing Unicode characters. The project combines a symmetric encryption toolkit with an invisible character encoder to ensure secure data concealment. It utilizes password-based key stretching and authenticated symmetric encryption to protect hidden payloads from unauthorized access and tampering. The system covers the full steganography workflow, including payload compr

    JavaScript
    View on GitHub↗3,830
  • ai/nanoidai avatar

    ai/nanoid

    26,821View on GitHub↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    View on GitHub↗26,821
  • mashpie/i18n-nodemashpie avatar

    mashpie/i18n-node

    3,110View on GitHub↗

    Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common ('...') syntax in app and templates.

    JavaScript
    View on GitHub↗3,110
  • Compare all 30 related projects→