Disable Unicode canonical composition by default because that's
less surprising and makes copy and paste work better, even though some none-default fonts currently do not display combining accents. Problem reported by Philippe Meunier <meunier at ccs dot neu dot edu>. Root cause found by bentley@. OK bentley@, and the general direction was also supported by stsp@.
This commit is contained in:
parent
7944040cd2
commit
1c45dc4fed
@ -267,6 +267,10 @@
|
||||
! that's safer and more usable than the upstream default of "medium".
|
||||
*locale: UTF-8
|
||||
|
||||
! Normalization by default violates the principle of least surprise
|
||||
! and also breaks cut and paste of filenames, so disable it.
|
||||
*precompose: false
|
||||
|
||||
! ScrollBar by default
|
||||
*scrollBar: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user