I made the following quick changes:
UnixEnvironment>>#environAt: index
^ (self environ at: index) ifNotNil: [ :string | string asByteArray
utf8Decoded ]
OSPlatform>>#currentWorkingDirectoryPathWithBuffer: aByteString
^ (self getPwdViaFFI: aByteString size: aByt
On Fri, May 25, 2018 at 10:49 AM, Sven Van Caekenberghe
wrote:
> We looked at this before, but came to no conclusion.
>
> The problem lies with OS environment variable decoding.
>
I don't think that the window title comes from an OS env var.
This should be some encoding missing in the primitive
We looked at this before, but came to no conclusion.
The problem lies with OS environment variable decoding.
I created a 64-bit Pharo 7 in /tmp/été on macOS.
FileLocator imageDirectory resolve.
"File @ /private/tmp/été"
Smalltalk os environment at: 'PWD'.
"'/tmp/été'"
(Smalltalk os environ
I second you on this issue. Something went wrong in the encoding in the
path in your window title. Ã smells like UTF-8 issue.
Looks like Pharo7 still has some issue(s) when handling UTF-8 characters
used in modern Operating System filling system.
Another example of this problem, with DrGeo co
That's probably that the font used to render window titles is different
than the one used for text...
Check here:
http://pharo.org/contribute
All the information for issue reporting should be there :)
Tx!
On Fri, May 25, 2018 at 4:09 AM, peter yoo wrote:
> so.. application location include ko
so.. application location include korean charactor then broken title string
in pharo window.
(of course ubuntu 18.04 with gnome env)
broken title is "바탕화면". it's ok? or where to report?
look a attached file please.
--
http://lookandwalk.com http://looknw.com | http://onionmixer.net
peter yoo(J