Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eta
gajim
Commits
d9f5bd08
Commit
d9f5bd08
authored
21 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
now accents can be sent
parent
d07afbaf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/jabber.py
+3
-2
3 additions, 2 deletions
common/jabber.py
plugins/gtkgui/gtkgui.glade
+0
-1
0 additions, 1 deletion
plugins/gtkgui/gtkgui.glade
with
3 additions
and
3 deletions
common/jabber.py
+
3
−
2
View file @
d9f5bd08
...
...
@@ -62,7 +62,7 @@ An example of usage for a simple client would be ( only psuedo code !)
"""
# $Id: jabber.py,v 1.
1.1.1
2003/1
0/22
1
8
:4
5:18 tab
Exp $
# $Id: jabber.py,v 1.
2
2003/1
1/01
1
9
:4
1:35 asterix86
Exp $
import
xmlstream
import
sha
,
time
...
...
@@ -177,7 +177,8 @@ def ustr(what, encoding=USTR_ENCODING):
r
=
what
.
__str__
()
# make sure __str__() didnt return a unicode
if
type
(
r
)
<>
type
(
u
''
):
r
=
unicode
(
r
,
encoding
,
'
replace
'
)
# r = unicode(r,encoding,'replace')
r
=
unicode
(
r
)
return
r
...
...
This diff is collapsed.
Click to expand it.
plugins/gtkgui/gtkgui.glade
+
0
−
1
View file @
d9f5bd08
...
...
@@ -532,7 +532,6 @@
<widget
class=
"GtkVPaned"
id=
"vpaned1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"position"
>
190
</property>
<child>
<widget
class=
"GtkScrolledWindow"
id=
"scrolledwindow3"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment