Skip to content

Implemented NFKD normalisation#4

Open
beachmachine wants to merge 1 commit intobenlinton:masterfrom
beachmachine:nfkd-normalisation
Open

Implemented NFKD normalisation#4
beachmachine wants to merge 1 commit intobenlinton:masterfrom
beachmachine:nfkd-normalisation

Conversation

@beachmachine
Copy link

No description provided.

python2 -c 'import sys,unicodedata;print unicodedata.normalize("NFKD", unicode(sys.argv[1], "utf-8")).encode("ascii", "ignore")' "$1"
fi
}

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way to do this without introducing new dependencies (i.e. python)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants