Welcome, Guest
Username: Password: Remember me
CodeTyphon MS Windows (Win7, Win8.x, Win10 and Win11) OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

Unicode problem under Windows 10 years 5 months ago #4590

  • 4aiman
  • 4aiman's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Comix creator
  • Posts: 227
  • Thank you received: 12
Yesterday I've tried to create a system daemon app.
That was really easy (yay!), but I have some problems with unicode support.
Here's a screenshot which will explain it better than me:
Warning: Spoiler!


I've tried to set names for a daemon class in the code like this...
     DaemonDefs.Daemons[0].Description:=UTF8ToSys('*Text in russian goes here*');
     DaemonDefs.Daemons[0].DisplayName:=UTF8ToSys('*Text in russian goes here*');
     DaemonDefs.Daemons[0].Name:=UTF8ToSys('*Text in russian goes here*');
...but it didn't work out.

CT 4.5, Win XP Pro SP3. One may say that XP is outdated, but the severe reality forces federal companies to use XP instead 7 or 8, so my apps need to be XP-compilant.

Regards!
コンソールマニアック
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by 4aiman.
  • Page:
  • 1