Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Unicode String within cinema gui

    SDK Help
    0
    2
    215
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 19/03/2004 at 06:20, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.207 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------The cinema strings are said to be unicode ones. But even if I set the gui font to arial ms unicode, no unicode characters are displayed within the gui. I still have to set codepages....is full unicode not supported by the gui?

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 19/03/2004 at 11:13, xxxxxxxx wrote:

        That's right. Internally C4D uses unicode, but since it has to cater for non-unicode OS like Win98 and MacOS9, the GUI doesn't use the unicode functions of the OS. Thus it only handles the subset of unicode that maps to the default 8-bit codepage of your OS (including some multi-byte things for Japanese, iirc). In the future, when Win98 and MacOS9 compatibility becomes unimportant, this will hopefully change.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post