Difference between revisions of "Vision2 and Unicode"

Line 5: Line 5:
 
=Introduction=
 
=Introduction=
 
Have a look at the [[WEL_and_Unicode|description made for the WEL library]]. The same applies to EiffelVision2.
 
Have a look at the [[WEL_and_Unicode|description made for the WEL library]]. The same applies to EiffelVision2.
 
=Communication=
 
We agreed to communicate via [http://de.wikipedia.org/wiki/Irc IRC] (<server>/<channel>).
 
For Windows user there are different programs available. For example:
 
* [http://hydrairc.com/index.php?page=downloads HydraIRC]
 
* [http://www.mirc.com/get.html mirc]
 
 
Linux user (for ex.) one of the following
 
* xchat
 
* irssi (console-app.)
 
 
after downloading and installing, you can connect to a server with the command
 
<pre>
 
/server <serveradress>
 
</pre>
 
where <serveradress> is ...
 
 
to enter our channel, type:
 
<pre>
 
/join #<channel>
 
</pre>
 
where <channel> is ...
 
 
also you can set/change your nickname with
 
<pre>
 
/nick <new_nick>
 
</pre>
 
where <new_nick> is you nickname.
 
  
 
=Readings=
 
=Readings=
Line 63: Line 35:
 
* [[User:Serafin| Serafin]]
 
* [[User:Serafin| Serafin]]
 
* [[User:Bayt| Bayt]]
 
* [[User:Bayt| Bayt]]
 +
 +
=Communication=
 +
We agreed to communicate via [http://de.wikipedia.org/wiki/Irc IRC] (<server>/<channel>).
 +
For Windows user there are different programs available. For example:
 +
* [http://hydrairc.com/index.php?page=downloads HydraIRC]
 +
* [http://www.mirc.com/get.html mirc]
 +
 +
Linux user (for ex.) one of the following
 +
* xchat
 +
* irssi (console-app.)
 +
 +
after downloading and installing, you can connect to a server with the command
 +
<pre>
 +
/server <serveradress>
 +
</pre>
 +
where <serveradress> is ...
 +
 +
to enter our channel, type:
 +
<pre>
 +
/join #<channel>
 +
</pre>
 +
where <channel> is ...
 +
 +
also you can set/change your nickname with
 +
<pre>
 +
/nick <new_nick>
 +
</pre>
 +
where <new_nick> is you nickname.

Revision as of 05:17, 20 April 2006


Introduction

Have a look at the description made for the WEL library. The same applies to EiffelVision2.

Readings

Unicode

Milestones

M1: April 25th

  • set up mailinglist es-vision@origo.ethz.ch (Bernd)

M2: May ???

  • implement multi screen support for Vision: Multi screen support
  • collaborate with the internationalization team (TODO add link to their project page)
  • write a decent STRING_32 implementation for
    • string comparisons
    • lower/upper case conversion
    • some of it is already in Gobo but not completely as efficient as it should
  • To be completed by the team


Team

Everyone intrested in this project is welcome to join our mailinglist es-vision@origo.ethz.ch

Communication

We agreed to communicate via IRC (<server>/<channel>). For Windows user there are different programs available. For example:

Linux user (for ex.) one of the following

  • xchat
  • irssi (console-app.)

after downloading and installing, you can connect to a server with the command

/server <serveradress>

where <serveradress> is ...

to enter our channel, type:

/join #<channel>

where <channel> is ...

also you can set/change your nickname with

/nick <new_nick>

where <new_nick> is you nickname.