comparison dwt/widgets/Display.d @ 293:810b16d6559b

Fix: non ascii Inputs.
author Frank Benoit <benoit@tionex.de>
date Fri, 22 Aug 2008 09:12:35 +0200
parents 27244095ce14
children
comparison
equal deleted inserted replaced
292:708cbfe418e7 293:810b16d6559b
2917 * system widgets to a wide character set (WCS) used by Java. 2917 * system widgets to a wide character set (WCS) used by Java.
2918 * 2918 *
2919 * @param ch the MBCS character 2919 * @param ch the MBCS character
2920 * @return the WCS character 2920 * @return the WCS character
2921 */ 2921 */
2922 static char mbcsToWcs (int ch) { 2922 static wchar mbcsToWcs (int ch) {
2923 return mbcsToWcs (ch, 0); 2923 return mbcsToWcs (ch, 0);
2924 } 2924 }
2925 2925
2926 /* 2926 /*
2927 * Returns a single character, converted from the specified 2927 * Returns a single character, converted from the specified