ASCII and Unicode

Ok, I want to share game data between the PC and PPC. Should I store it as just a char and convert it before passing it to GapiDraw, taking cpu power; or should I store it as a unicode TCHAR and take up twice as much space for game data and memory?