I also find the way some problems are reported quite disturbing. How much testing did you do ? On which platforms ? I can do this (in Pharo 3) without any problems (we're talking about arbitrary Unicode characters in path names): ('/tmp' asFileReference / 'été') ensureCreateDirectory. '/tmp/été' asFileReference exists. ('/tmp/été' asFileReference / 'Îλλάδα.txt') writeStreamDo: [ :out | out << 'What about Greece ?' ]. ('/tmp/été' asFileReference / 'Îλλάδα.txt') exists. ('/tmp/été' asFileReference / 'Îλλάδα.txt') contents. And in a terminal, I get: $ ls /tmp/été/Îλλάδα.txt /tmp/été/Îλλάδα.txt $ cat !$ cat /tmp/été/Îλλάδα.txt What about Greece ? This is on Mac OS X. So this part fundamentally works in the image and on one VM. There might of course be problems in how paths are used in certain places or on certain VM/platforms. Sven On 22 Sep 2014, at 22:35, stepharo <stepharo@free.fr> wrote:
Hilaire
These are two days that after upgrading my iPhone, the recovery process crash. After two days trying I finally succeeded to upload my recovery to my iPhone and now my iPhone crashes continously at boot time. I get a nice sepia screenshot and it restarts. I will have to send my iPhone to Apple for real check. Just because I did an update!
So I do not accept the title of your email. Simply I cannot.
Do you imagine the billions injected into iPhone. So probably iPhone is one order of magnitude more complex than Pharo but the money injected into Pharo is our collective time and it is far from being an order of magnitude smaller than several billions.
Stef
On 22/9/14 22:07, Hilaire wrote:
Hello,
Tested on Linux, when I move DrGeo.app folder under hierarchy tree with accent characters (For example, /home/hilaire/Téléchargement/), loading font does not work
However font path seems ok: File @ /home/hilaire/Téléchargements/DrGeo.app/Contents/Resources. Inspecting this path, it looks like 'Téléchargements' is 8 bits, but it should be utf-8, right?
I think there are issue on Windows, as some user reported to me.
Holy shit.
Hilaire