Talk:Idiomatically determine all the lowercase and uppercase letters: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
mNo edit summary
Line 3: Line 3:
: If I understand your meaning, the determination of what is a valid (legal) upper or lower case letter (character, ... not a glyph) would represent a language feature, as it is the computer programming language that determines what is (and is not) a valid upper or lower case letter for that language. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 23:34, 1 May 2015 (UTC)
: If I understand your meaning, the determination of what is a valid (legal) upper or lower case letter (character, ... not a glyph) would represent a language feature, as it is the computer programming language that determines what is (and is not) a valid upper or lower case letter for that language. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 23:34, 1 May 2015 (UTC)


: So, for example, if the the language itself is limited to ascii, but it supports unicode as a data type (but only provides lower/upper case mappings for the ascii subset of unicode - anything beyond that is the programmer's responsibility), for this task we would only be interested in the ascii characters? --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 23:57, 1 May 2015 (UTC)
:: So, for example, if the the language itself is limited to ascii, but it supports unicode as a data type (but only provides lower/upper case mappings for the ascii subset of unicode - anything beyond that is the programmer's responsibility), for this task we would only be interested in the ascii characters? --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 23:57, 1 May 2015 (UTC)

Revision as of 23:57, 1 May 2015

This task needs clarification: is the distinction between lower case and upper case meant to represent a language feature, or is it meant to be a property of the character set? --Rdm (talk) 04:40, 28 April 2015 (UTC)

If I understand your meaning, the determination of what is a valid (legal) upper or lower case letter (character, ... not a glyph) would represent a language feature, as it is the computer programming language that determines what is (and is not) a valid upper or lower case letter for that language. -- Gerard Schildberger (talk) 23:34, 1 May 2015 (UTC)
So, for example, if the the language itself is limited to ascii, but it supports unicode as a data type (but only provides lower/upper case mappings for the ascii subset of unicode - anything beyond that is the programmer's responsibility), for this task we would only be interested in the ascii characters? --Rdm (talk) 23:57, 1 May 2015 (UTC)