On 2015-05-06 01:53, Peter Haworth wrote:
Right, this is where I get confused on the issue of whether there are
uppercase equivalents of all lowercase glyphs in all languages. The link
you provided sheds light on this

The Greek alphabet does have upper and lower case variants. However, in the case of typing 'qwerty' and 'QWERTY' using a Greek keyboard layout then you get the strings:
  qwerty = ;ςερτυ
and
  QWERTY = :΅ΕΡΤΥ

Which (by virtue of the punctuation and the terminal sigma on q and w) are definitely not the same when compared caselessly ;)

Mark.

i.e. Don't assume that shift-<letter> gives you an uppercase version of <letter> in any keyboard layout.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to