Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] UTF-8

I am not aware of a fix related to encoding in filenames in Orion 10, so it is quite possibly working on orionhub because of the different operating system or configuration in place there. I suggest downloading the Orion 10 build and seeing if it is reproducible on your machine with a newer version of Orion. If it is, it is likely the Java/OS encoding you have locally that is causing the problem. Java by default will inherit the encoding from the operating system. So as Matthias described you might be able to change your operating system encoding, or failing that configure the JVM file encoding by setting the file.encoding Java system property when starting the server.
 
Note there was a bug report about file *contents* being corrupted if they were UTF-8 files containing a Byte Order Mark (BOM). I tried to reproduce this recently and could not, so it looks to me like there was a fix made here but I was never able to track down the commit that fixed it. Here is the bug with test case:
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429895
 
John
 
----- Original message -----
From: "Balan, Yossi" <yossi.balan@xxxxxxx>
Sent by: orion-dev-bounces@xxxxxxxxxxx
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Cc:
Subject: Re: [orion-dev] UTF-8
Date: Wed, Dec 16, 2015 8:57 AM
 

Chrome browser win 7

It is true what you wrote . I can create file but when I tried to edit it didn’t find the file and give me error File not found …. /xxx/.

I am working on orion8

When I tried to do it in https://orionhub.org/ it worked for me

Maybe the issue was solved in orion10

 

From: orion-dev-bounces@xxxxxxxxxxx [mailto:orion-dev-bounces@xxxxxxxxxxx] On Behalf Of Mike Wilson
Sent: Wednesday, December 16, 2015 3:49 PM
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Subject: Re: [orion-dev] UTF-8

 

To be clear: You could create a file with the Hebrew characters in the name, but when you edit the file with the Orion editor the content is corrupted?

What browser were you using, and what operating systems were the client and server running on?

(fyi, Hebrew is known to work with Orion, so it must be something related to your configuration.)

McQ.

Inactive hide details for "Balan, Yossi" ---2015/12/15 16:37:39---I tried to create file in Hebrew I succeed to create the file"Balan, Yossi" ---2015/12/15 16:37:39---I tried to create file in Hebrew I succeed to create the file but not to modify the file. I did it o

From: "Balan, Yossi" <yossi.balan@xxxxxxx>
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 2015/12/15 16:37
Subject: Re: [orion-dev] UTF-8
Sent by: orion-dev-bounces@xxxxxxxxxxx





I tried to create file in Hebrew I succeed to create the file but not to modify the file.
I did it on orion8

From: orion-dev-bounces@xxxxxxxxxxx [mailto:orion-dev-bounces@xxxxxxxxxxx] On Behalf Of Mike Wilson
Sent: Tuesday, December 15, 2015 9:10 PM
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Subject: Re: [orion-dev] UTF-8

Yes, Orion supports UTF-8 filenames. What was the particular filename you were trying to use?

McQ.


Inactive hide details for "Balan, Yossi" ---2015/12/15 03:35:52---Hi I tried to create file and folder from Orion client  in UT"Balan, Yossi" ---2015/12/15 03:35:52---Hi I tried to create file and folder from Orion client in UTF-8 format.

From: "Balan, Yossi" <yossi.balan@xxxxxxx>
To: "orion-dev@xxxxxxxxxxx" <orion-dev@xxxxxxxxxxx>
Date: 2015/12/15 03:35
Subject: [orion-dev] UTF-8
Sent by: orion-dev-bounces@xxxxxxxxxxx






Hi

I tried to create file and folder from Orion client in UTF-8 format.
It succeed to create the file or folder ( in most of the cases ) but when I tried to edit it I got error “File not found …. /xxx/. ( without the name of the file )
Does Orion support create , edit , delete file or folder in UTF-8 format ?



Regards,
Yossi

_______________________________________________
orion-dev mailing list

orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev


_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev
 


Back to the top