Quote:
Originally Posted by Avtal
Hi Andre (oops, André),
I didn't quite understand the problem statement.
Is it:
1) Fix the given code for function rep(s), so that it always returns the correct form of André (without a double accent)? (This was pretty straightforward, though I won't give the solution yet in case anyone else wants to give it a try)
2) Create a new generalized version of function rep(s1, s2) that takes two arguments, as you described in the later paragraphs of your challenge?
Avtal
|
Hi Avtal,
Firstly, please do not publish your solutions, as I want to leave this as a programming challenge to the world. Secondly, thank you for trying my programming challenge.
A bit of background first: Few (Staff and Students) in School and University Computer Science departments have an understanding of Unicode. The teaching in Computer Science departments is ASCII, ASCII and ASCII. Actually, I think there are more people in School and University (Human) Language departments that have an understanding of Unicode than in Computer Science departments.
So, without an understanding of Unicode, how would one even begin to solve this programming challenge except just keep hacking until something works. The infinite amount of monkeys and typewriters (or in this case computers

) principle.
The challenge is both ① and ②, above. It is ① I am most interested in. My expectation was that those on this forum with some programming experience would be able to solve ① because you have an understanding of Unicode. You are involved in IDNs so, either you have learned about Unicode during the IDN journey or you understood Unicode before you embarked on the IDN journey.
André 小山 Schappo