Re: WO5.4 UTF-8 code

2007-11-01 Thread Chuck Hill


On Nov 1, 2007, at 12:43 AM, Yoshihiko Mori wrote:

On 2007/11/01, at 12:14, Chuck Hill wrote:

On Oct 31, 2007, at 8:07 PM, Ricardo Parada wrote:

On Oct 31, 2007, at 9:45 PM, Yoshihiko Mori wrote:


I updated from MacOS X 10.4 + WebObjects 5.3 to MacOS X 10.5 +
WebObjects 5.4.
When I input the strings of UTF-8 code from the TextField, the  
strings

became unexpected code.
For example: When I input the code 0x3044, the code 0xFFFD was  
input.

All double byte code is changed to the 0xFFFD.
There was no problem before update.
I did not update Eclipse 3.3 and this project files.

Do you have any idea to resolve this issue?


I had a WO 5.3 app that after I upgraded to WO 5.4 I started  
noticing that the accentuated characters were not displayed  
correctly.  I switched the frameworks back to WO 5.3 and then the  
characters display correctly.


I have not had time to debug the problem.  I don't know if it's a  
bug in my app or a WO 5.4 bug.   Or maybe something changed in WO  
5.4.  I need to take a look at the header files and html tags  
that indicate the encoding to make sure everything is correctly.


If I get to debug it and figure it out I will let you know.


There were UTF-8 / encoding related changes in WO 5.4.   
Unfortunately, I don't recall what they were at the moment.


Thank you for your advise.
I will switch the frame works back to WO 5.3 until next update, too.


I don't know if it is a bug or something that might get changed in a  
future release.  It might just be something in your code that needs  
to be  changed to be compatible with how WO 5.4 handles it.   
Regretfully, I don't recall the details of what was changed.


Chuck

--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: WO5.4 UTF-8 code

2007-11-01 Thread Daryl Lee
Can you guys file a bug at https://bugreport.apple.com?  If you can  
give us a small test case or good steps to reproduce this issue it  
would be helpful.



Thanks

On Oct 31, 2007, at 7:23 PM, Yoshihiko Mori wrote:


Hi all,

I updated from MacOS X 10.5 + WebObjects 5.3 to MacOS X 10.5 +  
WebObjects 5.4.
When I input the strings of UTF-8 code from the TextField, the  
strings became to unexpected code.
For example: When I input the code 0x3044, the code 0xFFFD was  
input.  All double byte code is changed to the 0xFFFD.

There was no problem before update.
I did not update Eclipse 3.3 and this project files.

Do you have any idea to resolve this issue?

Thanks.

Mori
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/dlee%40apple.com

This email sent to [EMAIL PROTECTED]


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: WO5.4 UTF-8 code

2007-10-31 Thread Yoshihiko Mori

On 2007/11/01, at 12:14, Chuck Hill wrote:



On Oct 31, 2007, at 8:07 PM, Ricardo Parada wrote:



On Oct 31, 2007, at 9:45 PM, Yoshihiko Mori wrote:


I updated from MacOS X 10.4 + WebObjects 5.3 to MacOS X 10.5 +
WebObjects 5.4.
When I input the strings of UTF-8 code from the TextField, the  
strings

became unexpected code.
For example: When I input the code 0x3044, the code 0xFFFD was  
input.

All double byte code is changed to the 0xFFFD.
There was no problem before update.
I did not update Eclipse 3.3 and this project files.

Do you have any idea to resolve this issue?


I had a WO 5.3 app that after I upgraded to WO 5.4 I started  
noticing that the accentuated characters were not displayed  
correctly.  I switched the frameworks back to WO 5.3 and then the  
characters display correctly.


I have not had time to debug the problem.  I don't know if it's a  
bug in my app or a WO 5.4 bug.   Or maybe something changed in WO  
5.4.  I need to take a look at the header files and html tags that  
indicate the encoding to make sure everything is correctly.


If I get to debug it and figure it out I will let you know.


There were UTF-8 / encoding related changes in WO 5.4.   
Unfortunately, I don't recall what they were at the moment.


Thank you for your advise.
I will switch the frame works back to WO 5.3 until next update, too.

Mori
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: WO5.4 UTF-8 code

2007-10-31 Thread Chuck Hill


On Oct 31, 2007, at 8:07 PM, Ricardo Parada wrote:



On Oct 31, 2007, at 9:45 PM, Yoshihiko Mori wrote:


I updated from MacOS X 10.5 + WebObjects 5.3 to MacOS X 10.5 +
WebObjects 5.4.
When I input the strings of UTF-8 code from the TextField, the  
strings

became to unexpected code.
For example: When I input the code 0x3044, the code 0xFFFD was input.
All double byte code is changed to the 0xFFFD.
There was no problem before update.
I did not update Eclipse 3.3 and this project files.

Do you have any idea to resolve this issue?


I had a WO 5.3 app that after I upgraded to WO 5.4 I started  
noticing that the accentuated characters were not displayed  
correctly.  I switched the frameworks back to WO 5.3 and then the  
characters display correctly.


I have not had time to debug the problem.  I don't know if it's a  
bug in my app or a WO 5.4 bug.   Or maybe something changed in WO  
5.4.  I need to take a look at the header files and html tags that  
indicate the encoding to make sure everything is correctly.


If I get to debug it and figure it out I will let you know.


There were UTF-8 / encoding related changes in WO 5.4.   
Unfortunately, I don't recall what they were at the moment.


Chuck

--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: WO5.4 UTF-8 code

2007-10-31 Thread Ricardo Parada


On Oct 31, 2007, at 9:45 PM, Yoshihiko Mori wrote:


I updated from MacOS X 10.5 + WebObjects 5.3 to MacOS X 10.5 +
WebObjects 5.4.
When I input the strings of UTF-8 code from the TextField, the strings
became to unexpected code.
For example: When I input the code 0x3044, the code 0xFFFD was input.
All double byte code is changed to the 0xFFFD.
There was no problem before update.
I did not update Eclipse 3.3 and this project files.

Do you have any idea to resolve this issue?


I had a WO 5.3 app that after I upgraded to WO 5.4 I started noticing  
that the accentuated characters were not displayed correctly.  I  
switched the frameworks back to WO 5.3 and then the characters display  
correctly.


I have not had time to debug the problem.  I don't know if it's a bug  
in my app or a WO 5.4 bug.   Or maybe something changed in WO 5.4.  I  
need to take a look at the header files and html tags that indicate  
the encoding to make sure everything is correctly.


If I get to debug it and figure it out I will let you know.

Ricardo

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


WO5.4 UTF-8 code

2007-10-31 Thread Yoshihiko Mori

Hi all,

I updated from MacOS X 10.5 + WebObjects 5.3 to MacOS X 10.5 +  
WebObjects 5.4.
When I input the strings of UTF-8 code from the TextField, the strings  
became to unexpected code.
For example: When I input the code 0x3044, the code 0xFFFD was input.   
All double byte code is changed to the 0xFFFD.

There was no problem before update.
I did not update Eclipse 3.3 and this project files.

Do you have any idea to resolve this issue?

Thanks.

Mori
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]