Displaying 13 results from an estimated 13 matches for "unicodedata".
2010 Mar 18
1
Dovecot 2.0 b13e01d82083
Hello,
I was trying to compile Dovecot 2.0 b13e01d82083, and I found this when
doing make:
Making all in lib
test -f UnicodeData.txt || wget
http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
/bin/sh: wget: not found
I think it's probably not the best idea to assume everyone has wget
installed. Perhaps it is installed by default on linux, but probably not
on all other platforms. Why not just include the UnicodeData.t...
2016 Feb 28
2
UnicodeData
Hey guys,
there seem to be a problem with wget and/or the unicode webserver.
During the make process there are several files wich are download from
the unicode server.
I can access them manually but both curl and wget failing to get it.
Are they any other mirrors or anyone else expiring this bug?
Greetings
2009 Jan 18
1
codepage/UnicodeData: tcase() data
Three questions:
- Where did the file come from?
- Does tcase() stand for toggle case (or otherwise effectively the same thing)?
- Should uppercase characters like, the latin capital A, have tcase()
data in addition to the lcase() data?
-Gene
"No one ever says, 'I can't read that ASCII E-mail you sent me.'"
2008 Oct 17
1
Possible problems with the git repository.
...t clone for the latest syslinux and when I entered the
make command the build ended with an error.
I also had to back level my git installation because "git clone url"
doesn't seem to want to work any more yet it's what was on the web page.
Regards,
George...
perl cptable.pl UnicodeData iso8859-8.txt iso8859-8.txt iso8859-8.cp
perl cptable.pl UnicodeData iso8859-9.txt iso8859-9.txt iso8859-9.cp
make[1]: Leaving directory `/tools/pxelinux/pxelinux/codepage'
make[1]: Entering directory `/tools/pxelinux/pxelinux/core'
.depend:1: *** multiple target patterns. Stop.
make[1]: L...
2007 Nov 19
1
src/lib/Makefile.am: a trivial ``$(srcdir)'' patch
...ch?
diff -r ff9e591a2aa5 src/lib/Makefile.am
--- a/src/lib/Makefile.am Sun Nov 18 21:44:22 2007 +0200
+++ b/src/lib/Makefile.am Tue Nov 20 00:29:04 2007 +0600
@@ -4,9 +4,9 @@ BUILT_SOURCES = unicodemap.c
EXTRA_DIST = unicodemap.c unicodemap.pl
-unicodemap.c:
+$(srcdir)/unicodemap.c:
test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
- perl unicodemap.pl < UnicodeData.txt > $@
+ perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@
liblib_a_SOURCES = \
backtrace-string.c \
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
hi,
i'm doing a 1st build of dovecot in a freebsd 62R jail.
following instructions at
http://wiki.dovecot.org/CompilingSource
./configure
make
sudo make install
after an OK 'configure', @ 'make', i get
make
make all-recursive
Making all in src
Making all in lib
make: don't know how to make unicodemap.c. Stop
*** Error code 1
Stop in
2007 Dec 08
2
Great work!
...er name }
$text =~ s{ \{ (?=\S) (.+?) (?<=\S) \} }
{$_ = lc $1; s/[ \n\r]+/ /g; "&#".$g_unidata{$_}.";"}egsx;
where g_unidata is created like this:
# Table of unicode character names
my %g_unidata;
open (UNIDATA, "C:/Program Files/Markdown/UnicodeData.txt") or
die "UnicodeData.txt not found";
while (<UNIDATA>)
{
@_ = split (/;/);
$g_unidata{lc $_[1]} = hex $_[0];
$g_unidata{lc $_[10]} = hex $_[0];
}
close (UNIDATA);
You can get UnicodeData.txt from "www.unicode.org&q...
2009 Nov 23
4
Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)
Hi there, I've tried to update Dovecot to the latest version and have
come upon an error during make. Previous upgrades have all been very easy
(thank you!) and it appears that the updated make script includes a wget
command and unfortunately OS X does not come with wget by default (curl is
the default). Not being completely up to speed with the whole autoconf and
make process, I'm a
2005 Mar 07
1
Question about islower() in ctype.h (ANSI compat headers test)
Hi,
So far with the latest changes the projects I am trying to port works
fine, except for a mismatch on what is considered the ansi behaviour of
islower() in ctype.h:
-----
i = 220
islower (i) = 0, ISLOWER (i) = 0
toupper (i) = 220, TOUPPER (i) = 220
i = 221
islower (i) = 0, ISLOWER (i) = 0
toupper (i) = 221, TOUPPER (i) = 221
i = 222
islower (i) = 0, ISLOWER (i) = 0
toupper (i) = 222, TOUPPER
2011 Apr 19
1
Running IMVU through Wine
...atching sqlite3.dll 1317714456
matching ssl3.dll 2357578325
matching ssleay32.dll 3930216448
matching ui\chrome\imvuContent.jar 3526915244
matching ui\plugins\nphwndproxy.dll 2694814399
matching ui\plugins\NPSWF32.dll 1669894238
matching ui\plugins\npvivoxproxy.dll 3548480112
matching unicodedata.pyd 2919456128
matching vivoxoal.dll 1476492996
matching vivoxsdk.dll 3459001953
matching w9xpopen.exe 3061144014
matching win32api.pyd 284595586
matching win32clipboard.pyd 996696126
matching win32com.shell.shell.pyd 1549576126
matching win32event.pyd 2338315269
matching win32evtlo...
2013 May 11
1
Samba git: build error when upgrading
Seeing a build problem after updating my git tree:
$ git remote -v
origin git://git.samba.org/samba.git (fetch)
origin git://git.samba.org/samba.git (push)
$ git pull
$ ./configure ...
$ make clean
WAF_MAKE=1 python ./buildtools/bin/waf build
./buildtools/wafsamba/samba_utils.py:397: DeprecationWarning: the md5 module is deprecated; use hashlib instead
2016 Aug 18
5
[PATCH v2 0/4] New getprogname module
Hi,
as discussed in [1], this series adds a new getprogname module.
All it does is providing a getprogname function, much like what is
found on e.g. *BSD systems, and using it in gnulib instead of progname.
Also, using it explicitly by modules avoids gnulib users the need of
either use the progname module (GPL), or to provide program_name (and
call set_program_name manually, which is not always
2010 May 02
2
samba4 make error - drsblobs.so
...c3454.txt heimdal/lib/wind/
fooresult B.1,rfc4518-map
Compiling heimdal/lib/wind/wind_err.c
/usr/bin/python2.6 heimdal/lib/wind/gen-errorlist.py heimdal/lib/wind/rfc3454.txt heimdal/lib/wind/
Compiling heimdal/lib/wind/wind_err.c
/usr/bin/python2.6 heimdal/lib/wind/gen-normalize.py heimdal/lib/wind/UnicodeData.txt heimdal/lib/wind/CompositionExclusions-3
.2.0.txt heimdal/lib/wind/
Compiling heimdal/lib/wind/wind_err.c
/usr/bin/python2.6 heimdal/lib/wind/gen-combining.py heimdal/lib/wind/UnicodeData.txt heimdal/lib/wind/
Compiling heimdal/lib/wind/wind_err.c
/usr/bin/python2.6 heimdal/lib/w...