JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[Juno REPL: BUG] Accent characters doesn't behabe as they do in Julia #513

Open iagobaapellaniz opened 4 years ago

iagobaapellaniz commented 4 years ago

When trying to type ^2 it doubles the latest character as 22, if spacebar is not used after the accent circumflex character ^. Indeed it happens with other accent characters as well, for instance ´p produces pp and so on.

Details

Steps to reproduce

  1. Go to the REPL
  2. Type ^ (or some other acent) followed by some character which doesn't accept accentuation.
  3. That character will be doubled.
heliosdrm commented 4 years ago

I encounter the a different problem: in Juno's REPL, any accent (acute, grave, circumflex, diaeresis...) followed by a character that should accept it, is ignored (i.e. vowels are printed without accent, and numbers are regular, not superscript). If the accent is followed by a character that does not accept it, nothing happens (as it should be).

My details:

heliosdrm commented 4 years ago

After trying in Windows, I'd say that the difference in the bug is related to the OS (doubled characters in Windows, accents ignored in Ubuntu).

pfitzseb commented 4 years ago

This is an upstream bug we can't really do anything about.