Ali Cehrili on D Ranges at D Conference 2012
Jonathan M Davis
jmdavisProg at gmx.com
Sun May 27 14:03:52 PDT 2012
On Sunday, May 27, 2012 14:01:09 Jonathan M Davis wrote:
> On Sunday, May 27, 2012 13:53:24 Walter Bright wrote:
> > On 5/27/2012 1:38 PM, Ali Çehreli wrote:
> > > Great! :) Walter, there is a typo in my last name and it's not the first
> > > letter. ;)
> >
> > OOPS! Fixed.
> >
> > What's the Unicode number for the first letter, so I can fix that, too? Is
> > there an entity name for it?
>
> According to this
>
> import std.stdio;
>
> void main()
> {
> writefln("%x", 'Ç');
> }
>
>
> it's \u00c7.
Having .d files be able to be UTF-8 combined with unicode support built into
the language itself can be _very_ handy.
- Jonathan M Davis
More information about the Digitalmars-d-announce
mailing list