Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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

    Menu Entries on MAC. no special chars?

    Scheduled Pinned Locked Moved Bugs
    1 Posts 0 Posters 365 Views
    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 Offline
      Helper
      last edited by

      On 24/05/2013 at 04:36, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   12-14 
      Platform:   Windows  ;  Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Hi,

      I think this must be a bug as I tried different types of encodings, none worked.
      My C4D menu name should be 'Navié' and on PC it's correctly displayed but on MAC it is not. It always results in the same bogus.

      Here is how I set the entry:

      BaseContainer mainmenu;
          String menuname("Navi\u00E9",STRINGENCODING_7BITHEX);
      
      As I said, on PC it shows 'Navié' as it should, on MAC it shows 'Navi@' (actually it shows another character resembling a checkmark sign after the @ but I don't even know how to type it on my Keyboard!).  
        
      Is this something I can fix (it would be great to know...not in 3 weeks...;) or do I have to switch to loosing the accent?  
        
      I tried different encoding (HTML, UTF-8..), everytime the same result.  
      But looks like a bug to me.  
        
      Thanks for letting me know!  
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post