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
    • Recent
    • Tags
    • Users
    • Login

    R12 Console Print gone Heywire?!

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 370 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

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

      On 23/09/2010 at 16:48, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   R12 
      Platform:      
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      I don't get what I write, if I want to print the copyright symbol © (Alt+1)
      I get an underscore!
      The symbol is in the coffe tag but;

        
      println("©");   
      

      prints the under score. Other symbols are not correct either.

      How do I get the correct output as written?

      Cheers
      Lennart

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

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

        On 23/09/2010 at 16:59, xxxxxxxx wrote:

        And this puppy prints backwards 🙂 !

          
        println("!#€%&/()=?`");   
        

        Cheers
        Lennart

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

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

          On 24/09/2010 at 01:11, xxxxxxxx wrote:

          It looks as if the extended ASCII (128+) is not recognized in R12.

            
          println(stradd(tostring(126,"c"))); // <- Prints correct Tilde   
          println(stradd(tostring(128,"c"))); // <- Extended ASCII prints underscore   
                                              // should be "Ç" (C with a "goat beard")   
          

          Cheers
          Lennart

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

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

            On 29/09/2010 at 06:37, xxxxxxxx wrote:

            I can confirm the behaviour. I reported it as a bug.

            cheers,
            Matthias

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