Hi,
I was ready to show a friend the Pharo web capabilities with the
classical "myString asUrl retrieveContents", but the friend gave me a
url that contains non Latin characters[1] and then I got an
ZnInvalidUTF8 error.
[1]
http://www.bidchance.com/freesearch.do?&filetype=&channel=¤tpage=1&search
Offray Vladimir Luna Cárdenas wrote on 27. 7. 2018 12:39:
Hi,
I was ready to show a friend the Pharo web capabilities with the
classical "myString asUrl retrieveContents", but the friend gave me a
url that contains non Latin characters[1] and then I got an
ZnInvalidUTF8 error.
[1]
http://www
Hi Offray,
> On 27 Jul 2018, at 12:39, Offray Vladimir Luna Cárdenas
> wrote:
>
> Hi,
>
> I was ready to show a friend the Pharo web capabilities with the
> classical "myString asUrl retrieveContents", but the friend gave me a
> url that contains non Latin characters[1] and then I got an
> ZnI
On 27 July 2018 at 18:39, Offray Vladimir Luna Cárdenas
wrote:
> Hi,
>
> I was ready to show a friend the Pharo web capabilities with the
> classical "myString asUrl retrieveContents", but the friend gave me a
> url that contains non Latin characters[1] and then I got an
> ZnInvalidUTF8 error.
>
>
> On 27 Jul 2018, at 13:58, Ben Coman wrote:
>
> On 27 July 2018 at 18:39, Offray Vladimir Luna Cárdenas
> wrote:
>> Hi,
>>
>> I was ready to show a friend the Pharo web capabilities with the
>> classical "myString asUrl retrieveContents", but the friend gave me a
>> url that contains non La
Peter,
yes, tested windows (10) and unix/linux (32-bit). It works, green light.
With the 2010 "fix" at least the garbage collection will not work on any OS.
The logic tries to lock the same file twice.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
> On 27 Jul 2018, at 15:25, Sven Van Caekenberghe wrote:
>
> Right, but that guess is wrong (check the resulting string).
Actually, the encoding used is GBK,
https://en.wikipedia.org/wiki/GBK_(character_encoding)
This is a variable length encoding used in China. It is not currently
impleme
Hi all,
I have a piece of undocumented software that I need understand ... One
thing I would like to do is to have a complete trace of method calls
(receivers, parameters) for certain scenarios.
As an "aspects"guy, my first idea was to use Phantom, but it seems not
active anymore.
Could s
This sounds great! I need to use something like this now. I will make
questions ;-) and provide feedback
On Tue, Jul 17, 2018 at 10:28 PM Alexandre Bergel via Pharo-users <
pharo-users@lists.pharo.org> wrote:
> It would be fantastic that people try it out. It is easy to use, and is
> really a b
Hi,
it may not be actively maintained but Phantom has recently been ported
to Pharo 6/6.1 https://github.com/InesSosa95/PHANtom
You could also use Reflectivity (look for MetaLink class), which should
not be hard to understand if you are familiar with aspects (although
that is not aspects).
Fo
I am using Pharo Launcher. Currently, if I create a new image and go to
Settings > Software Configuration > Monticello, I see a "default local
repository" and a "local cache directory" that point to old obsolete paths
from years ago on my machine.
As a result, I'm having trouble using iceberg thro
Evan Donahue wrote
> I see a "default local repository" and a "local cache directory" that
> point to old obsolete paths
> from years ago on my machine.
Could this be the result of an obsolete startup script?
-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.
12 matches
Mail list logo