Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unihandecode

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unihandecode

US-ASCII transliterations of Unicode text

  • 0.81
  • PyPI
  • Socket score

Maintainers
1

BA A0q0...", but that's nearly useless to the user who actually wants to read what the text says.

    What Unihandecode provides is a function, 'decode(...)' that
    takes Unihancode data and tries to represent it in ASCII characters 
    (i.e., the universally displayable characters between 0x00 and 0x7F). 
    The representation is almost always an attempt at transliteration 
    -- i.e., conveying, in Roman letters, the pronunciation expressed by 
    the text in some other writing system.
    
    For example;
    >>>d = Unidecoder()
    >>>d.decode(u"\u5317\u4EB0")
    'Bei Jing'.
    d = Unidecoder(lang='ja')
    >>>d.decode(u"\u5317\u4EB0")
    'Pe King'
          

Platform: UNKNOWN Provides: unihandecode

FAQs


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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc