How to show Russian day and month names in simulator and watch!?

Hi,

i have enabled Russian in the manifest and in the simulator but these

var day = Calendar.info(now, Time.FORMAT_MEDIUM).day_of_week;
var month = Calendar.info(now, Time.FORMAT_MEDIUM).month;

Show

Sun
Feb

Using the Sys.Print statement and on the simulator itself.

How can I get them to show as the Russian version?

Second problem, on the watch they are shown as squares, I think thats because I dont have the Cyrillic chars in the custom font files. Looking the Cyrillic charqacters in BMPFONT, there are LOADS of them, do I need all of them!?

Any help greatly appreciated!