]> git.lyx.org Git - features.git/commit
FindAdv: Special handling for \dot{i} and 'ß'
authorKornel Benko <kornel@lyx.org>
Sat, 9 Mar 2019 23:29:56 +0000 (00:29 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:59 +0000 (14:39 +0200)
commitd2626a3b781fbc7e2291dee7f463aab09a302d6a
tree65c050e38bcfe17f01a57013ef89ef003f0487f3
parentea1ab929ed6427f9976ff21eb7f61523b71aca82
FindAdv: Special handling for \dot{i} and 'ß'

Different behaviour in regexp{..} for 'İ' and 'ß':
1.) lowercase routine for 'İ' gives 'İ', so that if we are searching
  while ignoring case, the string '\dot{I}' is converted to '\dot{i}'.
  In this case we have to change it to 'İ' (instead of 'i', as one would expect).

2.) If 'ß' is inserted via keybord on fresh created regexp box it appears as \lyxmathsym{ß},
  if pasted from the lyx-screen it appears as \text{ß}
src/lyxfind.cpp