Skip to main content



      Home
Home » Eclipse Projects » WindowBuilder » why windowbuilder us only unicode
why windowbuilder us only unicode [message #687840] Thu, 23 June 2011 07:12 Go to next message
Eclipse UserFriend
[Design]
i type Properties > text "가나다" (is korean)
[Source code]
new JButton("\uAC00\uB098\uB2E4");

probably my eclipse use "MS949" or "EUC-KR"

first solution
Window> Preferances > General > Workspace > text file encoding
fix "MS949">>"UTF-8"
... is many problem

i want windowbuilder use "EUC-KR","MS949"... etc


----------------------------------------------------
[Source code]
new JButton("가나다");

[Design]
Properties > text "가나다"
is OK.

[Updated on: Thu, 23 June 2011 07:14] by Moderator

Re: why windowbuilder us only unicode [message #687931 is a reply to message #687840] Thu, 23 June 2011 10:42 Go to previous messageGo to next message
Eclipse UserFriend
Works for me when I set Java file encoding to UTF-8 and use Russian text.
Actually, when I copy/paste you text it also looks good in both source code and on design canvas.
Re: why windowbuilder us only unicode [message #688576 is a reply to message #687931] Fri, 24 June 2011 20:39 Go to previous messageGo to next message
Eclipse UserFriend
hmm...

yes unicode is very good..

but

i look source code.

new JButton("\uAC00\uB098\uB2E4");

is what???

what is "\uAC00\uB098\uB2E4".

difficult understand

i want choice "\uAC00\uB098\uB2E4" or "가나다".

[Updated on: Fri, 24 June 2011 20:43] by Moderator

Re: why windowbuilder us only unicode [message #689535 is a reply to message #688576] Mon, 27 June 2011 15:28 Go to previous message
Eclipse UserFriend
As I already told, when I set UTF-8 encoding for file and enter Russian (or your) text, I see in source code Unicode characters, not "\uAC00\uB098\uB2E4".
Previous Topic:SWT Tree and treeItem errors in design view
Next Topic:NPE in JFace Automatic Databinding
Goto Forum:
  


Current Time: Wed Jul 02 18:14:55 EDT 2025

Powered by FUDForum. Page generated in 0.06204 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top