Hi,
I have a problem about turkish character.
when I wrtie like this;
It works.Code:#{"TiklaKazan Yardımci"},(0x2002FB16),1,1,0 ;Supports Series 60 v 3.0 [0x101F7961], 0, 0, 0, {"Series60ProductID"} "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\StartApp.exe" -"!:\sys\bin\StartApp.exe",FR,RI "$(EPOCROOT)Epoc32\data\z\resource\startapp.rSC"-"c:\private\101f875a\import\[2002FB16].rsc"
But when i use turkish character, it gives an error.
The red line gives an error "unkonwn line"Code:#{"TıklaKazan Yardımcı"},(0x2002FB16),1,1,0 ;Supports Series 60 v 3.0 [0x101F7961], 0, 0, 0, {"Series60ProductID"} "$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\StartApp.exe" -"!:\sys\bin\StartApp.exe",FR,RI "$(EPOCROOT)Epoc32\data\z\resource\startapp.rSC"-"c:\private\101f875a\import\[2002FB16].rsc"
How can I solve this problem?
Thank you.




