view doc/doc-strings.txt @ 264:bfafc891369e

Fix: compile error
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 15:34:08 +0200
parents 3a7f56c31c6c
children
line wrap: on
line source

the dwt uses char[] as string, as usual in d applications.

swt and Java are using the String class which uses java-chars as storage, which is in D the wchar type.

Special care must be take not confuse them while porting

  Java     D
 ======    =========
 String    char[]
 char      wchar
 byte      char/byte