srid/neuron

Unicode support for neuron CLI

Open

#381 opened on Sep 9, 2020

View on GitHub
 (14 comments) (1 reaction) (0 assignees)Haskell (145 forks)batch import
awaiting-prhelp wanted

Repository metrics

Stars
 (1,549 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Neuron currently does not accept unicode characters in it's CLI.

For example, neuron new Piemērs results in a note with title Piem��rs. Same applies to other commands, such as neuron query -t piemērs.

This problem only exists when using neuron CLI. If notes have unicode characters, they get correctly rendered in the static website.

Contributor guide