R12 Console Print gone Heywire?!
-
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 -
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 -
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 -
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