1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/scripting/python
Witold Filipczyk 8b8f57ed75 [python] If page encoding is not "utf-8", encode it twice in pre_format_html_hook.
Once to utf-8 before pre_format_html_hook, and second time to the original encoding after python
script execution. I know it is inefficient, but computers are quite fast nowadays.
2020-08-09 17:45:22 +02:00
..
core.c [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
core.h [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
dialogs.c [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
dialogs.h [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
document.c [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
document.h [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
hooks.c [python] If page encoding is not "utf-8", encode it twice in pre_format_html_hook. 2020-08-09 17:45:22 +02:00
hooks.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
keybinding.c [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
keybinding.h [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
load.c [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
load.h [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
Makefile Additional functionality for Python backend. 2006-10-19 15:21:39 +02:00
menu.c [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
menu.h [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
open.c [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
open.h [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
python.c [scripting] python scripting with Python3. 2019-11-11 13:33:37 +01:00
python.h Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00