Changeset 2772
- Timestamp:
- Aug 20, 2006, 9:49:01 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/arch/CArchStringUnix.cpp
r2749 r2772 2 2 * synergy -- mouse and keyboard sharing utility 3 3 * Copyright (C) 2002 Chris Schoeneman 4 * 4 * 5 5 * This package is free software; you can redistribute it and/or 6 6 * modify it under the terms of the GNU General Public License 7 7 * found in the file COPYING that should have accompanied this file. 8 * 8 * 9 9 * This package is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 26 26 CArchStringUnix::getWideCharEncoding() 27 27 { 28 return kUCS4;28 return sizeof(wchar_t) == 2 ? kUTF16 : kUCS4; 29 29 }
Note:
See TracChangeset
for help on using the changeset viewer.