Jump to content

Talk:Ordered words: Difference between revisions

(thanx)
Line 153:
:::other code pages: AWFUL (even on my DOS Window or command prompt.
--[[User:Walterpachl|Walterpachl]] 03:58, 15 July 2012 (UTC)
 
thanks for the line. I'd settle for
<lang rexx>
uppercase: Procedure
Parse Arg a
a=translate(arg(1),'ÄÖÜ',"äöü") /* translate lowercase umlaute */
a=changestr("ß",a,'SS') /* replace ß with SS */
return translate(a) /* translate lowercase letters */
</lang>
--[[User:Walterpachl|Walterpachl]] 19:26, 15 July 2012 (UTC)
2,295

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.