Skip to content

Feature Request: Add Support for Custom Unicode Mapping #3

@loxneshow2003

Description

@loxneshow2003

Feature Request: Custom Unicode Mapping Support

Description

I would like to propose a feature that allows users to define custom mappings for specific Unicode escape sequences to their preferred characters.

Motivation

While the extension currently does a great job of converting standard Unicode and hexadecimal escape sequences, there might be cases where users have niche requirements for specific characters that aren't commonly used. This feature could enhance the user experience by allowing personalized text conversion.

Suggested Implementation

  • Add an interface within the extension's options where users can input custom mappings in the format escape_sequence = character. For example, � = CustomCharacter.
  • Store these mappings locally using the browser's storage API.
  • Update the conversion algorithm to check against the custom map before performing the default conversion.

Benefits

  • Increased flexibility for users who may work with specific character sets.
  • Could attract a wider audience who have more specialized encoding needs.

Thank you for considering this feature idea!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions