Unicode in C++ source files
From: Alex J. Dam (alexjdam_at_yahoo.com.br)
Date: 01/30/04
- Next message: Rolf Magnus: "Re: Arrays are not Pointers, right?"
- Previous message: Shayne Wissler: "Re: Calling builtin new"
- Next in thread: White Wolf: "Re: Unicode in C++ source files"
- Reply: White Wolf: "Re: Unicode in C++ source files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jan 2004 20:28:37 -0200
Hi.
I found this in the 1997 standard draft under 2.10:
An identifier is an arbitrarily long sequence of letters and digits.
Each universal-character-name in an identifier shall designate a char-
acter whose encoding in ISO 10646 falls into one of the ranges speci-
fied in _extendid_.
Does it really mean that C++ compilers should accept identifiers with
accented letters and all?
If it does, is there a compiler which accepts them?
Thanks.
-- Alex J. Dam "Oh, I got plenty o' nuttin', an' nuttin's plenty fo' me" -- Porgy
- Next message: Rolf Magnus: "Re: Arrays are not Pointers, right?"
- Previous message: Shayne Wissler: "Re: Calling builtin new"
- Next in thread: White Wolf: "Re: Unicode in C++ source files"
- Reply: White Wolf: "Re: Unicode in C++ source files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|