Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-19 Thread Atsushi Eno
for our purposes and we'd just like our Mac version to be consistent. Tom -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: Wed 6/17/2009 7:51 PM To: Tom Philpot Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-19 Thread Atsushi Eno
enough for our purposes and we'd just like our Mac version to be consistent. Tom -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: Wed 6/17/2009 7:51 PM To: Tom Philpot Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-19 Thread Tom Philpot
...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine() You seem to have embedded raw native encoding in your land that is *not* understandable in Japan. Anyways the input string you posted in the previous sample was already in FormC which will look like doing nothing

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-19 Thread Gert Driesen
Sent: vrijdag 19 juni 2009 8:35 To: Tom Hindle Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine() Hi Tom, and Tom :) I have tried the Hindle version of the test. Summary: the sample depends on .NET bug; 2 .NET bugs, 1 mono bug. This exactly

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-19 Thread Tom Hindle
To: Tom Philpot Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine() You seem to have embedded raw native encoding in your land that is *not* understandable in Japan. Anyways the input string you posted in the previous sample was already

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-18 Thread Atsushi Eno
just like our Mac version to be consistent. Tom -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: Wed 6/17/2009 7:51 PM To: Tom Philpot Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-18 Thread Tom Hindle
[mailto:atsushi...@veritas-vos-liberabit.com] Sent: Wed 6/17/2009 7:51 PM To: Tom Philpot Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine() You seem to have embedded raw native encoding in your land that is *not* understandable in Japan

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-18 Thread Tom Philpot
Philpot Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine() You seem to have embedded raw native encoding in your land that is *not* understandable in Japan. Anyways the input string you posted in the previous sample was already in FormC

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-18 Thread Tom Hindle
to be consistent. Tom -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: Wed 6/17/2009 7:51 PM To: Tom Philpot Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine() You seem to have embedded

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-17 Thread Tom Philpot
Now, string.Normalize(NormalizationForm.FormC) doesn't do anything using mono (r136228). I've attached some test cases which will hopefully help in tracking down what doesn't work. On 6/15/09 1:58 AM, Atsushi Eno atsushi...@veritas-vos-liberabit.com wrote: Hi again, It should be now fixed

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-17 Thread Robert Jordan
Tom Philpot wrote: Now, string.Normalize(NormalizationForm.FormC) doesn't do anything using mono (r136228). Have you updated and rebuilt both mono mcs trees? Robert ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-17 Thread Tom Philpot
1. updated mono and mcs from svn 2. Did 'make clean' from mcs/class and mono directories 3. Did 'make' from mono directory 4. Did 'sudo make install' from mono WS1048:mono-project tom.philpot$ /opt/mono/bin/mono --version Mono JIT compiler version 2.5 (/trunk/mono r136341 Wed Jun 17 11:53:03 PDT

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-17 Thread Atsushi Eno
You seem to have embedded raw native encoding in your land that is *not* understandable in Japan. Anyways the input string you posted in the previous sample was already in FormC which will look like doing nothing as the conversion results. There is a standalone normalization test generated from

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-17 Thread Tom Philpot
To: Tom Philpot Cc: mono-devel-l...@ximian.com Subject: Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine() You seem to have embedded raw native encoding in your land that is *not* understandable in Japan. Anyways the input string you posted in the previous sample was already in FormC

Re: [Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-15 Thread Atsushi Eno
Hi again, It should be now fixed in trunk. Atsushi Eno Atsushi Eno wrote: I'll have a look. However since 4 years have passed since I wrote it, I'll have to revisit the spec and will take not a little time. Atsushi Eno Tom Philpot wrote: The following program throws an

[Mono-dev] Unhandled Exception in Normalization.cs Combine()

2009-06-12 Thread Tom Philpot
The following program throws an UnhandledException when trying to normalize a series of greek characters. I’ve tested this with Mono 2.4.7 and the latest code from SVN as of about 1 week ago. The same program works fine under Visual Studio. I’m new to Unicode, but I thought I’d put this out there