Skip to content

Commit

Permalink
try fix for Twisted Web: problems encoding unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
captain committed Jan 3, 2020
1 parent 8a677d1 commit 9d98ee4
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions qthbbtv-v2/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qthbbtv/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-beyonwizv2/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-chiper/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-clap/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-gbmv200/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-nochip/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-sf8008/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-v2/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-v3/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-v4/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-v5/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker-viper4k/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down
1 change: 1 addition & 0 deletions qtstalker/plugin/datasocket.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import struct
import os
from twisted.internet.protocol import ServerFactory, Protocol
Expand Down

0 comments on commit 9d98ee4

Please sign in to comment.