[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-06-03 Thread innovate
ferdez wrote : Checking portuguese chars: 

  | 
  | These seem to work well

Just enter some chars into the text field, press preview, you will discover the 
following:

- The content in the preview and the text area are not the same. In the preview, you 
see the chars you just entered, but in the text area, the chars are not any longer the 
same. When you now press preview again, also the preview will show you other 
characters.

Regards,

Cyrill

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837329#3837329

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837329


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-06-03 Thread innovate
I just have done some research. I am using MySQL and J/Connect 3 which does 
automatically switch (from plain ascii) the encoding depending on the chars. If I look 
up the chars in the Database through webmin (WebAccess), I see the German umlauts. So 
they get stored just right in the database. But while traversing back to the browser, 
there is a problem. Where to search for the problem?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837337#3837337

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837337


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-06-03 Thread jae77
right now nukes is rendering the charset as ISO-8859-1 and needs to be updated to 
render as UTF-8 (do umlats get rendered under ISO-8859-1?).

try forcing your browser to use UTF-8 instead and see if that helps the rendering 
problem until the charset can be updated in the code.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837373#3837373

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837373


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-06-03 Thread innovate
Umlauts also gets rendered in ISO8859-1.
I have worked for the last 5 years with Apple's WebObjects. You defined the encoding 
while rendering the html and versa, second you defined the encoding to the data back 
end (DB). That was it. No problems. I am new to J2EE. I am good in Servlet programming 
and have some experience with JSP - no problem there with umlauts!. But the real J2EE 
thing like EJB's and all other technologies are new to me. So I am a little bit lost 
where to search for the critical code snippets. Should I search in the EJB code, in 
some code of JBoss or only in the Nukes code base?

But in my opinion, if text renders in a text field differently than the same text in 
the preview, that's strange. I assume, there is no db interaction for the preview. So 
text is only sent to the module and the module send back the text to the text field 
and the preview section - but with different encodings!

If I get some hints where to start, it would be helpful.

Regards,

Cyrill

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837425#3837425

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837425


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-05-26 Thread ferdez
Checking portuguese chars: 

These seem to work well

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836220#3836220

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836220



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149alloc_id?66op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-05-26 Thread Lviz
hi innovate

we had some problems too with german umlauts

its worth a try

edit your run.bat/run.sh

try to set/export 

LANG=[EMAIL PROTECTED]
LC_ALL=[EMAIL PROTECTED]

hope it helps
cheers
L

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836236#3836236

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836236



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-04-23 Thread cooper
I don't know how a java string (UTF16) is stored in mysql, so at the end this matters 
yes. Then all the pipeline to the user is important too.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3832062#3832062

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3832062


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user