You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for Starling, the Unicode and internationalization library for Erlang
|
|
|
Starling cloned at github
|
| |
Hi!
FYI I just cloned your project as a git repository and published it at
github:
[link]
I did it mostly because I like the idea of having free libraries which
I use and occasionally patch hosted in one place. Honestly I have no
idea if I will actively contribute to this project, anyway if not I... more »
|
|
nil pointer error in handler.rb
|
| |
For some reason today my worklings stopped talking to my starling
procs. It looks like a zombie workling_monitor was running, but while
looking into the starling logs I found this after restarting:
Starting at 127.0.0.1:15151.
I, [2008-09-16T10:26:24.538262 #22188] INFO -- : Starling STARTUP on... more »
|
|
Cygwin Path Problems
|
| |
My default install of Starling under cygwin had some path problems.
ICU was compiling with the cygwin libraries OK out of the box but the
problem was that the default path on Cygwin wasn't correct.
On loading the starling driver from the command line I was getting an
Exit 53
bash> ./starling_drv.exe &... more »
|
|
Starling On Windows
|
| |
Patch for starling_server.erl which didn't handle windows paths
properly:
start_link(ExtProg) ->
Path = code:priv_dir(starling),
%% Drop "priv".
DirName=filename:dirname(Path) ,
io:format(" in starling_server:start_link got to 1~n"),
ExtProg2 = case os:type() of
{win32,nt} -> ExtProg ++ ".exe";... more »
|
|
Linked-in driver
|
| |
Hello everyone,
I have created a branch to incorporate support for a linked-in driver.
It uses the Dryverl project to generate the encoding/decoding methods.
I should have a version with complete functionality in the next day or
so. When I'm at least marginally satisfied with the tests, I'll work... more »
|
|
Hello
|
| |
I just joined this group. Last week I'd been considering the issue of string representations and operations on strings, and considering issues like string and regular expression performance in Erlang. I had started to explore the possibility of an Erlang ICU binding because the daunting complexity of dealing properly with various character... more »
|
No more topics in this group.
|
|