January 30, 2005
Benjamin Herr schrieb:
> Sebastian Beschke schrieb:
> 
>> Benjamin Herr schrieb:
>>
>>> <http://ilfirin.org/unicode.png>
>>
>>
>>
>> OMG, don't open the homepage!
> 
> 
> Sorry if I offended you :(

Nah, that was a joke. ;)

I'm not so easily offended. There have been far worse one-picture web sites in the past.

I just assumed that the image was supposed to convey a humorous meaning about the person depicted (is it you?), so I tried to be humorous too. I forgot to put a smiley, though. :)

-Sebastian
January 30, 2005
Sebastian Beschke wrote:
> Benjamin Herr schrieb:
>> Sebastian Beschke schrieb:
>>> Benjamin Herr schrieb:
>>>> <http://ilfirin.org/unicode.png>
>>> OMG, don't open the homepage!
>> Sorry if I offended you :(
> 
> Nah, that was a joke. ;)
> 
> I'm not so easily offended. There have been far worse one-picture web sites in the past.
> 
> I just assumed that the image was supposed to convey a humorous meaning about the person depicted (is it you?), so I tried to be humorous too. I forgot to put a smiley, though. :)
> 
> -Sebastian

It is indeed me. And it continues to freak out a lot of people. :D
Also, it is not a one-picture website by design, I am just too lazy to actually create a website to populate the domain I am paying for.

-ben
January 30, 2005
Benjamin Herr wrote:

>> Linux has one. Mac OS X has one. I hope Windows XP can get one...
> 
> Michael Walter has demonstrated that the WinXP console is indeed
> capable of UTF-8: <http://ilfirin.org/unicode.png>

I meant a native UTF-8 console, where you can do:

> import std.stdio;
> void main()
> {
>   writefln("\u20ac");
> }

And have it print € ?

http://www.fileformat.info/info/unicode/char/20ac/

--anders
January 30, 2005
Anders F Björklund wrote:
> I meant a native UTF-8 console, where you can do:
> 
>> import std.stdio;
>> void main()
>> {
>>   writefln("\u20ac");
>> }
> 
> 
> And have it print € ?
> 
> http://www.fileformat.info/info/unicode/char/20ac/
> 
> --anders

I am caused to assume that chcp <nifty parameters go here> will cause the Windows XP console to switch to UTF-8 mode.
This is untested, however, as I use uxterm.

-ben
February 01, 2005
In article <ctjgji$1a8r$1@digitaldaemon.com>, =?UTF-8?B?QW5kZXJzIEYgQmrDtnJrbHVuZA==?= says...
>
>Benjamin Herr wrote:
>
>>> Linux has one. Mac OS X has one. I hope Windows XP can get one...
>> 
>> Michael Walter has demonstrated that the WinXP console is indeed capable of UTF-8: <http://ilfirin.org/unicode.png>
>
>I meant a native UTF-8 console, where you can do:
>
>> import std.stdio;
>> void main()
>> {
>>   writefln("\u20ac");
>> }
>
>And have it print € ?
>
>http://www.fileformat.info/info/unicode/char/20ac/

It looks like a console hack. You must use _only_ Lucida Console font and you get readable output. Setup it in properties.

Can you read some useful from this utf-8 console? How?

I have another question.
Does "std.stdio" means "Standard . Standard Input Output library"? It has to be
named like "std.io". However it has no any Input things but Output only. Then it
has to be named like "std.o". Sounds cool: S-T-D--O! :-D
Developers, don’t name things which have no named functionality.


1 2
Next ›   Last »