Displaying 5 results from an estimated 5 matches for "ucs4".
Did you mean:
ucs
2013 Apr 04
0
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode [SOLVED]
I'm getting the following error attempting to run samba-tool after
installing the latest git using the install_with_python script to use Python
2.6:
[root at Server1 dcerpc]# samba-tool
Traceback (most recent call last):
File "/usr/local/samba/bin/samba-tool", line 33, in <module>
from samba.netcmd.main import cmd_sambatool
File
2013 Apr 05
2
Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined symbol: PyUnicodeUCS2_Decode (NOT SOLVED)
...mess.
I'll try reverting to the latest stable version, this last pull from
v4-0-test appears to be broken, at least for my environment.
- Phil
----------------------
From: Phil Quesinberry
Sent: Thursday, April 04, 2013 1:48 AM
To: 'samba at lists.samba.org'
Subject: Python UCS2 vs UCS4 issue on latest git: ImportError: ....undefined
symbol: PyUnicodeUCS2_Decode [SOLVED]
I'm getting the following error attempting to run samba-tool after
installing the latest git using the install_with_python script to use Python
2.6:
[root at Server1 dcerpc]# samba-tool
Traceback (most recen...
2007 Dec 12
1
ucs2 build of xapian?
Hi folks--
I'd really like to try out Xapian on my current server setup (Debian Sarge, Apache2, mod_python, django, postgresql, psycopg2). Problem is, my Python is compiled as ucs2, which is incompatible w/Xapian. I've tried recompiling Python w/ucs4, but it inevitably breaks psycopg2 (which I've blitzed & reinstalled on top of the new Python build, seems like dozens of times now). It's a really strange problem-- the recompiled/installed psycopg2 *is* looking for the right modules (PyUnicodeUCS4-[whatever]), but not finding them....
2007 Aug 07
0
13 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_as_types.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as
...layer_internal.h
@@ -96,6 +96,11 @@ struct _SwfdecPlayer
double mouse_drag_x; /* offset of mouse in x direction */
double mouse_drag_y; /* offset of mouse in y direction */
+ /* key */
+ guint last_keycode; /* last keycode that was pressed/released */
+ guint last_character; /* UCS4 of last character pressed/released */
+ guint8 key_pressed[256/8]; /* boolean array for isDown */
+
/* audio */
GList * audio; /* list of playing SwfdecAudio */
guint audio_skip; /* number of frames to auto-skip when adding new audio */
diff-tree 7eb1784afeed610b0e88c544403de12...
2006 Jan 05
2
Apache issue
...5 .big5
# For russian, more than one charset is used (depends on client, mostly):
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8 .utf8
# The set below does not map to a specific (iso) standard
# but works on a fairly wide range of browsers. Note that
# capitalization actually matters (it should not, but it
# does for some browsers).
#
# See http://www.iana.org/assignments/character-sets
# for a list o...