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

nfd2nfc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nfd2nfc

Convert Mac OSX NFD unicode filename to NFC unicode

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

============================================= Convert NFD unicode filesystem to NFC unicode

This tool can convert file system encoded in NFD mode to NFC mode.

| On Mac OS X, the filesystem encode file name in NFD unicode (http://en.wikipedia.org/wiki/Unicode_normalization#Example). | On GNU/Linux, by default the filesystem encode file name in NFC unicode but it can also contain file encoded in NFD mode. | You can use this tool to convert NFD to NFC.

Install

::

$ pip install nfd2nfc

Usage

::

$ nfd2nfc -h
This tool can convert file system encoded in NFD mode to NFC mode.

Usage:
  nfd2nfc <path>
  nfd2nfc <url>
  nfd2nfc -h | --help | --version

Examples

Convert on local file system (use it on GNU/Linux, not on Mac OS X) :

::

$ nfd2nfc /home/username/myproject/

You can use ssh url syntax to fix unicode on remote host :

::

$ nfd2nfc ssh://foobar@example.com:2000:/home/foobar/www/

| Home page : https://bitbucket.org/harobed/convert-nfd-unicode-filesystem-to-nfc-unicode | Contact : contact@stephane-klein.info

Keywords

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