Skip to content

koopero/hoonicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoonicode is a simple function that randomly sprinkles a string with non-ASCII unicode characters. Its purpose is to aid in the automated testing of systems whose unicode support is questionable.

Example

const hoonicode = require('hoonicode')
    , result = hoonicode('Hello, World!')

// Result will be something like:
// 'Heĺľő, Ŵoŗļd!'

About

Randomly sprinkle a string with unicode characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published