FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1367 : wrong character encoding in console when using println()
Last modified: 2009-11-11 14:06
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
ASSIGNED
Resolution:
-
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
fjen
Assigned To:
fry
Attachment
Type
Created
Size
Actions
the character encoding of the console seems to be wrong
image/jpeg
2009-11-05 01:07
67.02 KB
Description
: Opened: 2009-11-05 01:06
a chinese student of mine reported that the text in the console is
unreadable when he does printlns. he's going to be around until feb 2010 if
you want me to test things on his machine.
Additional Comment
#1 From fjen 2009-11-05 01:07
edit
]
the character encoding of the console seems to be wrong
Additional Comment
#2 From fry 2009-11-11 10:46
hm, that ought to be an easy fix. can you send a screenshot of what it
looks like? (is it just a series of question marks or is it bizarre
character spew?) also, what platform is he on?
Additional Comment
#3 From fjen 2009-11-11 13:57
screenshot is in the attachment: strange characters not ??? marks. looks
like vista to me ... and thanks for looking into it
Additional Comment
#4 From fry 2009-11-11 14:06
thanks, i think it's line 233 of EditorConsole.java:
message(new String(b, offset, length), err, false);
and that the default encoding for streams/files and the encoding for the
display are set differently for some reason.
is it a chinese windows install? or is he using chinese input methods with
a german windows install? (or vice versa, for that matter). i'm trying to
figure out what's out of joint.
also, please make sure he's using the latest version of p5 that *includes*
java (or has updated java on his machine to the very latest version of 1.6)
so that we're not chasing a ghost.
This bug is now being tracked
here
.