<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>pnotepad.org forums &#187; User Favorites: rc-flitzer</title>
		<link><a href='http://pnotepad.org/forums/profile/2862'>2862</a></link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 07:45:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/profile/2862" rel="self" type="application/rss+xml" />

		<item>
                        <title>Cannot enter Euro sign (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1709</link>
			<pubDate>Tue, 11 Nov 2008 00:04:57 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1709@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Thanks for the explanation. :) (But wasn't it clear that using different encodings internally will lead to problems for almost all non-english countries? *g*)&#60;/p&#62;
&#60;p&#62;But in most cases Programmer's Notepad does fine. I'm kind of misusing it as an all-purpose editor, writing German documents, not only programming.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1708</link>
			<pubDate>Mon, 10 Nov 2008 19:51:10 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1708@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Good news!&#60;br /&#62;
I switched Python from 2.5.2 to 2.6, now everything works fine, especially PNotepad und PyPN. :) Since no other application is bothered by this I'll leave it so.&#60;/p&#62;
&#60;p&#62;Thanks for the help. :-)
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (simon)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1707</link>
			<pubDate>Mon, 10 Nov 2008 11:45:35 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1707@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm intending to fix this with the move to Unicode in 2.1. The current problems are caused because the UI is running in Windows-1252 (or whatever your default non-unicode locale is) and the edit control is running (probably) in UTF-8. PN is not converting the text between the find page and the edit control, resulting in the replacements not working.&#60;/p&#62;
&#60;p&#62;More problematic is that very few regular expressions engines work well with unicode characters requiring multiple code units, meaning support here may always be weak.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (simon)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1706</link>
			<pubDate>Mon, 10 Nov 2008 11:43:22 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1706@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I have seen at least one case of TortoiseHg causing PyPN to fail. I think they use a non-standard build of python and because it's always loaded (the shell extension gets loaded into the PN process) we end up seeing their version of the dll. I haven't found a way to resolve this yet.&#60;/p&#62;
&#60;p&#62;Also: Yes, I'm looking into mail notification.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1705</link>
			<pubDate>Mon, 10 Nov 2008 11:23:44 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1705@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;... sorry for the late answer. It seems that this forum needs an e-mail notification for I can't check all my used forums every day for new answers. :(&#60;/p&#62;
&#60;p&#62;To your checking questions:&#60;br /&#62;
1. I have installed Python in &#34;D:\Sprachen\Python25&#34;, so it's not a standard path, but all are ascii chars.&#60;br /&#62;
2. I will test Python 2.6 ...&#60;br /&#62;
3. Hm there's at one in c:\windows\system32, which is the first to be found in PATH. There's another one used by TortoiseHg (version control system), the folder is also in PATH but after the system folder. I'll check this. [...] no, removing the folder from PATH didn't help.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1704</link>
			<pubDate>Mon, 10 Nov 2008 11:14:02 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1704@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Sorry for the late answer. :(&#60;/p&#62;
&#60;p&#62;No, this forum does not per se display question marks. It's a wrong default encoding for this website. If you're using Firefox, select Menu -&#38;gt; View -&#38;gt; Encoding, then choose ISO 8859-15. I know, German umlauts are part of 8859-15, but when I posted it, the webpage was displayed in UTF-8, so it should be working also for sending characters in the same encoding ... Seems a bit tricky here.&#60;/p&#62;
&#60;p&#62;Back to topic:&#60;br /&#62;
I should have to replace TWO characters? That's ridiculous. A non ascii character is still ONE character. It only needs two bytes to store it, but the editor should abstract from the used encoding and let me replace ONE character. Also it is ONE key that I'm pressing to create the character - you see it makes no sense if the user should use two chars for some cases.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (simon)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1677</link>
			<pubDate>Sun, 26 Oct 2008 21:28:01 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1677@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Also, are there any extra copies of Python25.dll on your system, or only the main installed one?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (simon)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1676</link>
			<pubDate>Sun, 26 Oct 2008 21:05:21 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1676@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi, sorry to hear it's still not working :(&#60;/p&#62;
&#60;p&#62;I just had a look at the dump file and the failure is happening just after we initialize python (the very first time I try to do something with it).&#60;/p&#62;
&#60;p&#62;Could you please let me know the following:&#60;/p&#62;
&#60;p&#62;1. Path that you have installed python in?&#60;/p&#62;
&#60;p&#62;It may be that if you have installed python in somewhere other than the default location (e.g. a path with spaces, or unicode characters) that this might be causing problems.&#60;/p&#62;
&#60;p&#62;2. Does Python 2.6 with the 2.6 version of PyPN work (if you can try)?&#60;/p&#62;
&#60;p&#62;I'll have a look and see if there's anything else I can find out about this type of problem, I've not seen it before.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1675</link>
			<pubDate>Sat, 25 Oct 2008 12:39:25 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1675@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello again!&#60;/p&#62;
&#60;p&#62;I removed all user settings from PNotepad and reinstalled it (runs fine). Then I registered PyPN. Without any extra changes to the configuration I get the same error message again: &#34;Programmer's Notepad 2 has experienced an unexpected problem and is going to close, we apologise for this inconvenience.&#34;&#60;/p&#62;
&#60;p&#62;The dump file is available at the same address posted above. I also uploaded my settings folder here:&#60;br /&#62;
&#60;a href=&#34;http://home.arcor.de/sagem-x-5/pn/settings.7z&#34; rel=&#34;nofollow&#34;&#62;http://home.arcor.de/sagem-x-5/pn/settings.7z&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please help me, I still can't use PyPN.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1674</link>
			<pubDate>Fri, 24 Oct 2008 19:19:17 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1674@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;I just installed the latest development version 2.0.9-853-devel, trying to use PyPn 0.9.853 for Python 2.5. I have installed Python 2.5.2 on my system. The same error as described above still occurs. PNotepad won't start when PyPN extension is registered in config.xml.&#60;/p&#62;
&#60;p&#62;I have uploaded the dump file on my personal webspace here:&#60;br /&#62;
&#60;a href=&#34;http://home.arcor.de/sagem-x-5/pn/PN2_2.0.9.853.dmp&#34; rel=&#34;nofollow&#34;&#62;http://home.arcor.de/sagem-x-5/pn/PN2_2.0.9.853.dmp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Will it help posting my configuration of PNotepad? Maybe there is something wrong. I will try installing again in a fresh profile, could help... I'm a bit disappointed because I can't use PyPN for months. :(
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Support to open file whose path contains Unicode characters (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/469#post-1673</link>
			<pubDate>Fri, 24 Oct 2008 18:02:05 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1673@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Very nice to hear! :) Thanks a lot in advance. I hope this will end finally all problems with saving, converting and using files in different encodings, described e.g. in the threads &#60;a href=&#34;http://pnotepad.org/forums/topic/450&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.org/forums/topic/450&#60;/a&#62; and &#60;a href=&#34;http://pnotepad.org/forums/topic/443&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.org/forums/topic/443&#60;/a&#62;. The last one contains a proposal of mine, having an encoding option in &#34;Save as...&#34; dialog window. Seems to be helpful (at last for me).
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Support to open file whose path contains Unicode characters (simon)</title>
			<link>http://pnotepad.org/forums/topic/469#post-1669</link>
			<pubDate>Tue, 14 Oct 2008 15:19:18 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1669@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;This will be coming in the Unicode release, which is the stable release after next.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Support to open file whose path contains Unicode characters (horus)</title>
			<link>http://pnotepad.org/forums/topic/469#post-1655</link>
			<pubDate>Wed, 24 Sep 2008 13:16:41 +0000</pubDate>
			<dc:creator>horus</dc:creator>
			<guid isPermaLink="false">1655@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;When a file's path contains Unicode characters (ie characters not in system's native encoding), PN can't open the file.  It would be nice if this support could be implemented.&#60;/p&#62;
&#60;p&#62;Wish posted in &#60;a href=&#34;http://code.google.com/p/pnotepad/issues/detail?id=165&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/pnotepad/issues/detail?id=165&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (Nux)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1651</link>
			<pubDate>Mon, 22 Sep 2008 15:37:03 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">1651@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;If you want to replace special characters in UTF-8 files you would have to replace to 2 characters. Personally I usually use &#34;..&#34; to match a special character.&#60;/p&#62;
&#60;p&#62;If you want to get the codes for the replacement - select the character and press CTRL+R - characters that you will see is the code you are looking for (e.g. you will get '??' for 'ü'). Just put it in the 'Replace with' and you should be fine.&#60;/p&#62;
&#60;p&#62;My guess is that replace works on bytes rather then characters.&#60;/p&#62;
&#60;p&#62;EDIT: Obviously you will not get question marks - this forum is displaying those chars as question marks.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1650</link>
			<pubDate>Mon, 22 Sep 2008 14:37:56 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1650@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Alt-0128 won't work either because it's the same thing as pressing AltGr+E (on german keyboards). It only works with copy/paste for a Euro sign written somewhere else.&#60;/p&#62;
&#60;p&#62;A similar thing happens in UTF-8-files when search/replace with symbols that are not ASCII. I wanted to replace some LaTeX-encodings into unicode letters, e.g. \&#34;u into ü. Won't work. As a result I only get a black square with inside &#34;FC&#34; written which is the ANSI code for ü but not the unicode... so I'm hoping that the &#34;advenced regex support&#34; will also support correct text replacing in unicoded files. :)
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (Eidetic)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1635</link>
			<pubDate>Tue, 16 Sep 2008 19:19:01 +0000</pubDate>
			<dc:creator>Eidetic</dc:creator>
			<guid isPermaLink="false">1635@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;you can also use alt-0128 in the meantime, which is at least faster than copying and pasting.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (simon)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1627</link>
			<pubDate>Sat, 13 Sep 2008 08:51:11 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1627@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;A unicode version is next on the priority list after the release I'm currently working on - I decided that the advanced regex support was the first thing to get right.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1605</link>
			<pubDate>Sun, 10 Aug 2008 12:54:44 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1605@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Seems that unicode input doesn't work in PNotepad which is a pity. I'm using it not only for programming but for writing documents in LaTeX. And sometimes there's a Unicode symbol I need to write like € or others.&#60;/p&#62;
&#60;p&#62;Comparing the Unicode numbers for ¬ und €:&#60;br /&#62;
¬ = 0x00AC&#60;br /&#62;
€ = 0x20AC&#60;br /&#62;
So only the least significant byte will be accepted by PNotepad, but it still works with copy/pasting text.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1604</link>
			<pubDate>Sun, 10 Aug 2008 12:44:29 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1604@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello!&#60;br /&#62;
Any success yet? I mean it's not immediate for me having this functionality. At the moment PNotepad does its job fine. :) But as there is a mighty plugin system I'm curious and want to try it.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (castorp)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1599</link>
			<pubDate>Thu, 31 Jul 2008 14:26:52 +0000</pubDate>
			<dc:creator>castorp</dc:creator>
			<guid isPermaLink="false">1599@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Thanks for the quick answer.&#60;/p&#62;
&#60;p&#62;AltGr-E is only valid for the German Keyboard I think.&#60;/p&#62;
&#60;p&#62;It's not a big thing - actually it's better to use &#38;amp;euro; in the HTML text anyway, so that forces better HTML coding :)
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (simon)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1598</link>
			<pubDate>Thu, 31 Jul 2008 14:01:42 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1598@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hmm, good question. I think it's a matter of unicode key character input but I'll need to look into it a bit more. For reference on my keyboard AltGr-E doesn't do it and I have to type Alt-0128. This works in notepad but not in PN. Note that you can copy-paste the character in as a stopgap.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Cannot enter Euro sign (castorp)</title>
			<link>http://pnotepad.org/forums/topic/450#post-1597</link>
			<pubDate>Thu, 31 Jul 2008 13:24:41 +0000</pubDate>
			<dc:creator>castorp</dc:creator>
			<guid isPermaLink="false">1597@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;when I hit the keys to enter the Euro Sign (AltGr-E) PNotepad inserts a vertical line instead (HTML: &#38;not;) &#60;/p&#62;
&#60;p&#62;This is the only editor/application where I have this problem. &#60;/p&#62;
&#60;p&#62;Is that a setup problem (that I can fix) or something else?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (simon)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1587</link>
			<pubDate>Mon, 28 Jul 2008 14:15:48 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1587@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Sorry about this, and thanks for trying again. I'll take a look at the dump file this evening and try and get to the bottom of this.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1586</link>
			<pubDate>Mon, 28 Jul 2008 13:57:12 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1586@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Sorry for the late answer. :(&#60;br /&#62;
I just checked again using PNotepad 2.0.9.806 and the latest PyPN 0.9 for Python 2.5. It crashed and created a dump file, which I uploaded here: &#60;a href=&#34;http://rapidshare.com/files/133074511/PN2_2.0.9.806.dmp&#34; rel=&#34;nofollow&#34;&#62;http://rapidshare.com/files/133074511/PN2_2.0.9.806.dmp&#60;/a&#62; (I hope, Rapidshare is ok for you?)&#60;/p&#62;
&#60;p&#62;The config.xml contains the following text after executing &#34;pn --findexts&#34;:&#60;br /&#62;
&#60;code&#62;&#38;lt;config&#38;gt;&#38;lt;extension path=&#38;quot;taggers/ctagsnavigator.dll&#38;quot;&#38;gt;&#38;lt;/extension&#38;gt;&#38;lt;extension path=&#38;quot;Taggers\ctagsnavigator.dll&#38;quot;&#38;gt;&#38;lt;/extension&#38;gt;&#38;lt;extension path=&#38;quot;pypn.dll&#38;quot;&#38;gt;&#38;lt;/extension&#38;gt;&#38;lt;/config&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (simon)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1567</link>
			<pubDate>Mon, 21 Jul 2008 21:53:24 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1567@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;The PyPN 0.9 release should work fine with the 0.9 builds of PN. The current stable release of PN (0.8) should work fine with the stable 0.8 release of PyPN. You shouldn't mix these. When PN crashes does it save a dump?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>UTF-8 to ANSI conversion is too circuitous (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/443#post-1566</link>
			<pubDate>Mon, 21 Jul 2008 20:11:26 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1566@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Is there a chance to get an additional &#34;Encoding&#34; setting in the &#34;Save as...&#34; dialog window? That would solve many conversion problems with ANSI and UTF-x. :)
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1565</link>
			<pubDate>Mon, 21 Jul 2008 20:10:33 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1565@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Any hints which combinations of PN and PyPN properly work together? At least Simon should know ...
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>UTF-8 to ANSI conversion is too circuitous (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/443#post-1558</link>
			<pubDate>Sat, 19 Jul 2008 11:06:09 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1558@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello!&#60;br /&#62;
It is great that PNotepad can handle both UTF-8 (with/without BOM) and ANSI encoding files. But it's not that easy to convert from one encoding to another. Maybe I'm doing wrong, but here are my procedures.&#60;/p&#62;
&#60;p&#62;ANSI to UTF-8:&#60;br /&#62;
Open textfile, recognized correctly as ANSI. Then I copy/cut the entire file (so it is empty) and set File-&#38;gt;Encoding-&#38;gt;UTF-8. I paste back the file content, save it and it is converted to UTF-8. :) Not that easy but ok.&#60;/p&#62;
&#60;p&#62;UTF-8 to ANSI:&#60;br /&#62;
This is way more complicated. I open the file, recognized as UTF-8. Copy/cut the entire file, set File-&#38;gt;Encoding-&#38;gt;8-Bit. Paste back the file content, save it, BUT: it is still UTF-8 encoded. :(&#60;br /&#62;
The way it works: copy/cut entire file content, set File-&#38;gt;Encoding-&#38;gt;8-Bit. Then save and CLOSE. Reopen the file, paste back the file content, again save. Then it is stored as an ANSI encoded file.&#60;/p&#62;
&#60;p&#62;Why has the conversion be so complicated? Maybe the option File-&#38;gt;Encoding does not convert but interpret the file new, is this correct? But how should I easily convert a textfile to another encoding? I have a proposal: maybe you can add an &#34;Encoding&#34; setting in the &#34;Save as...&#34; window. The user won't have to copy/cut/repaste, it's just that the file content is stored with another encoding. I know that it works because with the complex way (described above) it is at least possible, but not comfortable...&#60;/p&#62;
&#60;p&#62;Thanks for reading,&#60;br /&#62;
rc
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[not running] PyPn won&#039;t run with PN 2.0.9.806 (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/442#post-1557</link>
			<pubDate>Thu, 17 Jul 2008 15:44:04 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">1557@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello!&#60;br /&#62;
Because it is my first posting here, I'd like to thank the programmer for developing such a useful editor. It's one of the best I've ever seen because it has all the small little features which I miss in all other editors. It's not overcrowded, yet has many options. Thanks a lot and keep working on it! :)&#60;/p&#62;
&#60;p&#62;So now to my question. I'm using PN 2.0.9.806-devel because this version has correct handling of Home/End keys and of UTF-8 encoded files. While looking around in this forum I discovered PyPn as a wonderful method of extending editor functions with Scripts (I'd like to try auto indent scripts). But unfortunately it won't work in my editor.&#60;br /&#62;
The use of PyPn 0.9.794 for Python 2.5 crashes PN so it won't start up. Using 0.8.717 doesn't crash but I don't have any scripts visible in script list (Alt-F10). Maybe it's working though and I just have no scripts (but there are some in scripts folder)...?&#60;/p&#62;
&#60;p&#62;Using stable version of PN (2.0.7.?) won't work with PyPN 0.8 (crashing at startup) but doesn't show any scripts when using PyPN 0.9. It's the same problem, only the other way round compared with PN 2.0.9.806...&#60;/p&#62;
&#60;p&#62;Which combination of PN and PyPN should I use? I'm using WinXP SP2 and Python 2.5.2. Other Python tools run properly.&#60;/p&#62;
&#60;p&#62;Thanks for help,&#60;br /&#62;
rc
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

