Re: JDK 1.8.0 33/40, diacritics and file problems

2015-04-28 Thread Fabrizio Giudici
On Tue, 28 Apr 2015 15:11:55 +0200, Mike Hearn m...@plan99.net wrote: They were rsynced from Mac OS X. I said *original* app. Rsync is not the original app and most likely does not attempt to re-encode or re-normalise Unicode strings. Ok. The original app is iTunes. I feared that. In

Re: JDK 1.8.0 33/40, diacritics and file problems

2015-04-28 Thread Fabrizio Giudici
On Mon, 27 Apr 2015 15:13:46 +0200, Mike Hearn m...@plan99.net wrote: Thus this may not be a bug in Java so much as a design problem/oversight with the operating systems themselves. Note that the issue you're running in to is *not* to do with encodings. It's not a UTF-8 vs UTF-16 type issue.

Re: JDK 1.8.0 33/40, diacritics and file problems

2015-04-28 Thread Scott Palmer
I thought Mac OS X has a standard normalization for unicode filenames. Linux just treats whatever it gets as bytes so it is up to the software creating the file. Am I correct? (e.g. see: http://stackoverflow.com/questions/9757843/unicode-encoding-for-filesystem-in-mac-os-x-not-correct-in-python )

Re: Intel Edison

2015-04-28 Thread Kevin Rushforth
If running a full desktop OS, then it should do, yes. -- Kevin Mike wrote: I did not mean to include anything from Intel My own research appears to indicate jdk8 will run edison Sent from my iPhone On Apr 27, 2015, at 2:52 PM, Kevin Rushforth kevin.rushfo...@oracle.com wrote:

Re: JDK 1.8.0 33/40, diacritics and file problems

2015-04-28 Thread Mike Hearn
I thought Mac OS X has a standard normalization for unicode filenames. Linux just treats whatever it gets as bytes so it is up to the software creating the file. Am I correct? Looks like you are: https://developer.apple.com/legacy/library/technotes/tn/tn1150.html#UnicodeSubtleties So HFS+

Code Review Request For RT-39856: Layout Regression - bad row height

2015-04-28 Thread Chien Yang
Hi Kevin, Please review the proposed fix. JIRA: https://javafx-jira.kenai.com/browse/RT-39856 Thanks, - Chien

Re: JDK 1.8.0 33/40, diacritics and file problems

2015-04-28 Thread Mike Hearn
They were rsynced from Mac OS X. I said *original* app. Rsync is not the original app and most likely does not attempt to re-encode or re-normalise Unicode strings. I feared that. In the end it might be even reasonably doable, if I can take advantage of some preconditions... for instance:

Re: Off topic: named parameters

2015-04-28 Thread Mario Torre
On Tue, 2015-04-21 at 09:52 +0200, Tom Eugelink wrote: Totally off topic, I apologise, but the subscribers to this list are the type of people who may have the experience I seek. I've been trying to pitch the concept of named parameters for Java 9, but somehow my JEP is never picked up. I