Philippe Verdy <verdy_p_at_wanadoo.fr> writes:
> 2013/7/5 Richard Wordingham <richard.wordingham_at_ntlworld.com>
>
> I've seen French comments in Fortran that just drop all the
> accents -
> most disconcerting to read!
> This is an old problem. It first appeared because lack of Unicode
> support in famous historic programming languages (and it persists
> today in common languages like C, C++, Basic, Fortran, Cobol, Ada,
> Pascal...), but now it should be noted that many French programmers
This is no longer true of Ada, at least, both the standard and the
popular GNAT implementation support Unicode:
with Ada.Text_Io;
procedure Testu is
Grüß : constant String := "Grüezi mitenand";
begin
Ada.Text_Io.Put_Line(Grüß);
end Testu;
-- Ian ◎Received on Fri Jul 05 2013 - 06:42:17 CDT
This archive was generated by hypermail 2.2.0 : Fri Jul 05 2013 - 06:42:19 CDT