This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 139201 - I18N - running ruby file - non ascii not show correctly in output window
Summary: I18N - running ruby file - non ascii not show correctly in output window
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-07-08 04:10 UTC by Ken Frank
Modified: 2008-07-29 21:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2008-07-08 04:10:12 UTC
I think this is different than 108835, about non ascii and irb window;
this is just running a ruby file via file menu, such file has a line
puts "string with multibyte characters" - the characters show as random
ascii in the output window, even though the project encoding is utf-8.

am running in ja locale (not ja utf-8 locale on solaris)

when change encoding of a ruby project to euc-jp (am on solaris) and have a
new ruby file, running that file does show the multibyte ok in output window.

using irb to puts the string with multibyte is ok in utf-8 project encoding
or when change to euc-jp encoding but need to see if its ok with new project
in euc encoding but thats for 108835.
Comment 1 Martin Krauskopf 2008-07-10 08:22:59 UTC
Reproduced with Czech Locales vs. UTF-8 as well. Should be fixed now: 4736985ffeec
Comment 2 Quality Engineering 2008-07-10 15:46:17 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #311 build
Changeset: http://hg.netbeans.org/main/rev/4736985ffeec
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: #139201: running ruby file - non ascii not show correctly in output window
Comment 3 Ken Frank 2008-07-29 21:25:08 UTC
verified on solaris, running in ja locale, project encoding utf-8.
also with euc-jp project encoding.

ken.frank@sun.com