This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ada.Characters.{Wide_}Latin_9 should be deleted


> 
> But such string constants are certainly not human readable, since
> you'd have to express the constants in terms of arrays of code
> positions, not string literals.

Well you can perfectly well give names to constants. As for human readable,
there is no such requirement ANY where in the Ada RM. An implementation of
wide_wide_character could perfectly well use the notation
<<<123876>>> for wide_wide_character literals and be conforming. The issue
of nice readable characters is outside the standard anyway. You could
for example allow strange string literals as simply representations of
certain specific modular array agreggates.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]