![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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.
::
$ pip install nfd2nfc
::
$ nfd2nfc -h
This tool can convert file system encoded in NFD mode to NFC mode.
Usage:
nfd2nfc <path>
nfd2nfc <url>
nfd2nfc -h | --help | --version
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
FAQs
Convert Mac OSX NFD unicode filename to NFC unicode
We found that nfd2nfc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.