Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 2 matches

by tylle
Fri Jan 15, 2016 10:53 am
Forum: Plugin Support
Topic: DSNER plugin with non-standard ASCII characters
Replies: 5
Views: 2528

Re: DSNER plugin with non-standard ASCII characters

OK, thanks.

Here we go:


# -*- coding: utf-8 -*-
# This file is part of EventGhost.
# Copyright (C) 2005 Lars-Peter Voss <[email protected]>
#
# EventGhost is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the ...
by tylle
Thu Jan 14, 2016 11:04 am
Forum: Plugin Support
Topic: DSNER plugin with non-standard ASCII characters
Replies: 5
Views: 2528

DSNER plugin with non-standard ASCII characters

Hello everyone,

I have been using EG for a while now and is very happy with it :-)

That said I have an issue now with the use of Danish letters (├å├ª, ├ÿ├©, ├à├Ñ) and I am guessing that it relates to the default unicode in Python. Unfortunately I am not skilled in Python, so I would not know where ...