miniscruff/changie

Allowing accented characters in a change's body

Closed this issue · 4 comments

We are a french team of developers using changie for our internal tools and since our user base is french as well, we would like to be able to use accented characters in our changelogs.

Currently it seems any accented character is ignored when typing the change's body.

This is not a vital feature since we can write understandable french without accents, but it would be nice to have :)

Hey Robin, can you give some examples? I imagine this would either be an issue with bubble tea or the input prompt parsing? I can take a look though either way.

Edit: I tried copy pasting a few characters and they simply don't show up. Checking dependencies to see where this might be the case. Let me know if you are getting a different result.

Edit 2: Adding --body "â" seems to work as a workaround for now.

Edit 3: Further bit of research, I was able to reproduce the issue in my windows terminal but in the vscode integrated terminal it works just fine. So definitely a bit strange.

Hey, I just tried it and copy-pasting an accented character does work in the vscode integrated terminal. Typing it regularly still does nothing however ...

But thanks for the workaround, we can work with this in the meantime.

I just want to add : thanks for making changie, it's an awesome tool !

I traced this issue back to the bubbletea text input example and am having the same issues, this seems to be terminal specific so I am guessing there is some sort of export we need to add. Will keep my eye out on anything I find.

Closing as its not directly related to changie and I really have no way of fixing this, reopen if you think otherwise.