Transliterate English text using the Greek alphabet: Difference between revisions

Content added Content deleted
(J draft)
Line 98: Line 98:


=={{header|J}}==
=={{header|J}}==
{{trans|Julia}}
Implementation:
Implementation:
<lang J>endings=: {{
<lang J>endings=: {{
W=. (#~ tolower=toupper) (32}.127{.a.)-.":1234567890x
W=. (#~ tolower=toupper) (32}.127{.a.)-.":1234567890x
7 u:&.> ,(x,"1 0 W);"1 y,"1 0 W
,(x,"1 0 W);&(7&u:)"1 y,"1 0 W
}}
}}


Line 140: Line 141:
trans txt3
trans txt3
σφινξ οφ βλακ κυαρτζ, ιυδγε μυ βοω.</lang>
σφινξ οφ βλακ κυαρτζ, ιυδγε μυ βοω.</lang>



=={{header|Julia}}==
=={{header|Julia}}==