Talk:Z10047
This functionality can't be defined correctly without specifying the locale
Although the functionality is available in different programming without need of locale, see the Turkish case referred here https://stackoverflow.com/q/11063102 for example. I'd say let's don't expose functionalities in Wikifunctions that have English or similar languages in mind or let's be careful about locale from the beginning. Changing letter cases needs to get take a locale as an parameter so let's don't expose not locale unaware versions let's consider such things for other Wikifunctions functions. −ebrahimtalk 19:12, 7 August 2023 (UTC)
- +1, I think Turkish is an example all web-developers learn about early on as I believe it is (was?) mentioned in the HTML specification somewhere. It was my first thought when seeing these functions too. Base (talk) 00:10, 10 November 2023 (UTC)
Note to future
If Perl is ever a valid language for implementations, this *should* be able to be achieved thus:
Z10047 = "\L Z10047K1 \E";
Assuming the weird variables work correctly. In a normal text editor you would write
$s = <STDIN>;
print("\L $s \E");
I hope this saves someone in the future a bit of time. Edward-Woodrow (talk) 21:33, 13 November 2023 (UTC)