<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Insert Unicode Characters Easily</title>
	<atom:link href="http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 04:13:22 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kagan Kayal</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-885378</link>
		<dc:creator>Kagan Kayal</dc:creator>
		<pubDate>Mon, 21 Sep 2009 09:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-885378</guid>
		<description>I am writing this in the hope that someone, who has the knowledge and the time would implement this for Windows and Linux. I found the most user friendly way to do this on the mac. I have a US Keyboard, but the mac offers you lots of keyboard layouts, just like other operating systems. There is nothing new so far. One of them is Turkish, but this is obviously for people who have a Turkish keyboard, so this is not what I am talking about.

Additionally, there is an other layout called Turkish Unicode. This one works with similarities. E..g. when I want to get a u with dots on it like here (ü), all I need to do is to type ALT and u.

No additional SW is required, no unicode knowledge is required, no mouse actions, no additional pop-up windows. Just the alt key. I guess there is no way to beat the simplicity of this for people without a keyboard specific to a language.

Thanks for your attention.

Kağan</description>
		<content:encoded><![CDATA[<p>I am writing this in the hope that someone, who has the knowledge and the time would implement this for Windows and Linux. I found the most user friendly way to do this on the mac. I have a US Keyboard, but the mac offers you lots of keyboard layouts, just like other operating systems. There is nothing new so far. One of them is Turkish, but this is obviously for people who have a Turkish keyboard, so this is not what I am talking about.</p>
<p>Additionally, there is an other layout called Turkish Unicode. This one works with similarities. E..g. when I want to get a u with dots on it like here (ü), all I need to do is to type ALT and u.</p>
<p>No additional SW is required, no unicode knowledge is required, no mouse actions, no additional pop-up windows. Just the alt key. I guess there is no way to beat the simplicity of this for people without a keyboard specific to a language.</p>
<p>Thanks for your attention.</p>
<p>Kağan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan Cohen</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-473861</link>
		<dc:creator>Dotan Cohen</dc:creator>
		<pubDate>Sun, 07 Sep 2008 21:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-473861</guid>
		<description>&gt; Actually, .Net is designed to be cross platform
&gt; if you have a framework for your OS.

Yes, you can get a .NET framework for any OS you like, so long as you like Windows (apologies to Henry Ford).

.NET is not cross platform no matter if that was one of the buzzwords MS threw at it. Mono is a decent project, but it is far from a drop-in .NET runtime environment.

I am aware of the limitations of coding in OS-neutral languages, which is why I love Python so much. In Python one can access the OS API as well. But I won&#039;t get on a soapbox here, this really isn&#039;t the place for a silly enduser like me to start telling the software devs what tools to use or for which OS to code for!

I wish you luck with Easy Unicode Paster and if one day I find that I&#039;ve either drifted to a supported platform or that EUP has drifted to a platform that I use, I will be sure to give it a thorough workout and report my opinion to whoever is maintaining it at that time. Thanks!</description>
		<content:encoded><![CDATA[<p>&gt; Actually, .Net is designed to be cross platform<br />
&gt; if you have a framework for your OS.</p>
<p>Yes, you can get a .NET framework for any OS you like, so long as you like Windows (apologies to Henry Ford).</p>
<p>.NET is not cross platform no matter if that was one of the buzzwords MS threw at it. Mono is a decent project, but it is far from a drop-in .NET runtime environment.</p>
<p>I am aware of the limitations of coding in OS-neutral languages, which is why I love Python so much. In Python one can access the OS API as well. But I won&#8217;t get on a soapbox here, this really isn&#8217;t the place for a silly enduser like me to start telling the software devs what tools to use or for which OS to code for!</p>
<p>I wish you luck with Easy Unicode Paster and if one day I find that I&#8217;ve either drifted to a supported platform or that EUP has drifted to a platform that I use, I will be sure to give it a thorough workout and report my opinion to whoever is maintaining it at that time. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VideoInPicture</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-473851</link>
		<dc:creator>VideoInPicture</dc:creator>
		<pubDate>Sun, 07 Sep 2008 20:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-473851</guid>
		<description>Actually, .Net is designed to be cross platform if you have a framework for your OS. It&#039;s just like Java but with better performance. With Java, you also need to have it&#039;s runtime libraries installed before using it. Microsoft is increasingly using .Net for the new portions of Windows and is highly regarded by programmers.

Even with cross platform languages, you still cannot do everything you want to with them because sometimes you need access to OS specific functions, like SendInput for Windows. Cross platform languages typically restrict what you can do so that they can ensure that code will run on all operating systems it supports.</description>
		<content:encoded><![CDATA[<p>Actually, .Net is designed to be cross platform if you have a framework for your OS. It&#8217;s just like Java but with better performance. With Java, you also need to have it&#8217;s runtime libraries installed before using it. Microsoft is increasingly using .Net for the new portions of Windows and is highly regarded by programmers.</p>
<p>Even with cross platform languages, you still cannot do everything you want to with them because sometimes you need access to OS specific functions, like SendInput for Windows. Cross platform languages typically restrict what you can do so that they can ensure that code will run on all operating systems it supports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan Cohen</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-473715</link>
		<dc:creator>Dotan Cohen</dc:creator>
		<pubDate>Sun, 07 Sep 2008 15:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-473715</guid>
		<description>I am surprised that in this day and age new applications are not being written in Python or other cross-platform languages (java?). Seems a bit short-sighted, no offense intended.

The KDE app (at least the panel version) does not steal focus. You are right that one must choose the characters beforehand with the KDE app, but I like that for this reason: I only have 12 special characters that I need to insert often (a few Greek letters plus infinity and degree signs, in engineering papers). With the KDE app I simply click on the character I want (always visible in the system tray) then middle click to paste that character where I want it. It is very intuitive, and takes up only the space that I need it too. If I need more characters, then I can easily add them. However, in the rare instance that I need a character not from my predefined characters, then I do need another application. For now, that &#039;other application&#039; is either the official unicode website or wikipedia.</description>
		<content:encoded><![CDATA[<p>I am surprised that in this day and age new applications are not being written in Python or other cross-platform languages (java?). Seems a bit short-sighted, no offense intended.</p>
<p>The KDE app (at least the panel version) does not steal focus. You are right that one must choose the characters beforehand with the KDE app, but I like that for this reason: I only have 12 special characters that I need to insert often (a few Greek letters plus infinity and degree signs, in engineering papers). With the KDE app I simply click on the character I want (always visible in the system tray) then middle click to paste that character where I want it. It is very intuitive, and takes up only the space that I need it too. If I need more characters, then I can easily add them. However, in the rare instance that I need a character not from my predefined characters, then I do need another application. For now, that &#8216;other application&#8217; is either the official unicode website or wikipedia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VideoInPicture</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-472963</link>
		<dc:creator>VideoInPicture</dc:creator>
		<pubDate>Sat, 06 Sep 2008 19:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-472963</guid>
		<description>It is possible to port Easy Unicode Paster to Linux since it is written in C# and uses the .Net Framework 2.0. The equivalent in Linux would be running the Mono framework. However, I would have to switch out the Windows specific Pinvoke functions to a Linux specific version. I&#039;ll see if this can be done because I think it would also be useful for the Linux platform because:

I have taken a look at the KDE character selector applet at http://kcharmap.sourceforge.net/ and it suffers the same flaw that so many other character maps have. It requires you to select all your characters first and them copy them to the clipboard. Then, you have to paste them into your application. Why not just have one click for one character insertion into the application you are currently working with? It should be simple to insert a variety of unicode characters in a variety of places without excessive mouse clicks or paste commands. It also appears like it takes focus when used so you have to flip back and forth between your applications and KDE character selector.</description>
		<content:encoded><![CDATA[<p>It is possible to port Easy Unicode Paster to Linux since it is written in C# and uses the .Net Framework 2.0. The equivalent in Linux would be running the Mono framework. However, I would have to switch out the Windows specific Pinvoke functions to a Linux specific version. I&#8217;ll see if this can be done because I think it would also be useful for the Linux platform because:</p>
<p>I have taken a look at the KDE character selector applet at <a href="http://kcharmap.sourceforge.net/" rel="nofollow">http://kcharmap.sourceforge.net/</a> and it suffers the same flaw that so many other character maps have. It requires you to select all your characters first and them copy them to the clipboard. Then, you have to paste them into your application. Why not just have one click for one character insertion into the application you are currently working with? It should be simple to insert a variety of unicode characters in a variety of places without excessive mouse clicks or paste commands. It also appears like it takes focus when used so you have to flip back and forth between your applications and KDE character selector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan Cohen</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-472931</link>
		<dc:creator>Dotan Cohen</dc:creator>
		<pubDate>Sat, 06 Sep 2008 18:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-472931</guid>
		<description>@Eric Wong:
Sounds nice, Eric. I am a heavy user of the KDE character selector applet. Do you have a Linux version that I can try? If it&#039; better than the KDE built-in one then I&#039;ll switch!</description>
		<content:encoded><![CDATA[<p>@Eric Wong:<br />
Sounds nice, Eric. I am a heavy user of the KDE character selector applet. Do you have a Linux version that I can try? If it&#8217; better than the KDE built-in one then I&#8217;ll switch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VideoInPicture</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-472889</link>
		<dc:creator>VideoInPicture</dc:creator>
		<pubDate>Sat, 06 Sep 2008 16:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-472889</guid>
		<description>Hello,
You should try Easy Unicode Paster out before comparing it to other character maps out there because most others require to make your selection and click another button to insert or copy it to the clipboard and then require you to flip back to what you are working with to insert it. Easy Unicode Paster doesn&#039;t require you to do this. It is just one click for one character insertion into what ever application currently has focus. There is no flipping back and forth between programs because it won&#039;t take focus when used to insert a character.

It is the easiest to use character map out there and I have tried the one in Open Office too. The problem with Open Office&#039;s character map is that it is unusable for inserting many different unicode characters interspersed throughtout a regular document. Easy Unicode Paster is much easier to use and is more productive.


Eric Wong
Easy Unicode Paster Author</description>
		<content:encoded><![CDATA[<p>Hello,<br />
You should try Easy Unicode Paster out before comparing it to other character maps out there because most others require to make your selection and click another button to insert or copy it to the clipboard and then require you to flip back to what you are working with to insert it. Easy Unicode Paster doesn&#8217;t require you to do this. It is just one click for one character insertion into what ever application currently has focus. There is no flipping back and forth between programs because it won&#8217;t take focus when used to insert a character.</p>
<p>It is the easiest to use character map out there and I have tried the one in Open Office too. The problem with Open Office&#8217;s character map is that it is unusable for inserting many different unicode characters interspersed throughtout a regular document. Easy Unicode Paster is much easier to use and is more productive.</p>
<p>Eric Wong<br />
Easy Unicode Paster Author</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como insertar caracteres Unicode fácilmente &#124; Incubaweb</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-472766</link>
		<dc:creator>Como insertar caracteres Unicode fácilmente &#124; Incubaweb</dc:creator>
		<pubDate>Sat, 06 Sep 2008 11:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-472766</guid>
		<description>[...] Vía &#124; gHacks [...]</description>
		<content:encoded><![CDATA[<p>[...] Vía | gHacks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan Cohen</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-472744</link>
		<dc:creator>Dotan Cohen</dc:creator>
		<pubDate>Sat, 06 Sep 2008 11:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-472744</guid>
		<description>@Thunker:
No, I did not notice. I am aware that &#039;most&#039; people do not use KDE, but the point that I was making is that this is a standard feature for at least some user environments. I would expect the default Windows environment would have this basic feature.

Regarding Open Office, from my experience &#039;most&#039; people do in fact use it. I do not know many people who still use MS Office or any other office suit. Before MSO 2007 I would have argued that document compatibility would be the only compelling reason to still use MSO. However, today even that is not a valid argument.</description>
		<content:encoded><![CDATA[<p>@Thunker:<br />
No, I did not notice. I am aware that &#8216;most&#8217; people do not use KDE, but the point that I was making is that this is a standard feature for at least some user environments. I would expect the default Windows environment would have this basic feature.</p>
<p>Regarding Open Office, from my experience &#8216;most&#8217; people do in fact use it. I do not know many people who still use MS Office or any other office suit. Before MSO 2007 I would have argued that document compatibility would be the only compelling reason to still use MSO. However, today even that is not a valid argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinker</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-472679</link>
		<dc:creator>Thinker</dc:creator>
		<pubDate>Sat, 06 Sep 2008 08:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-472679</guid>
		<description>Dotan Cohen:
If you didn&#039;t notice, most people don&#039;t use KDE, and don&#039;t use crappy Open Office.</description>
		<content:encoded><![CDATA[<p>Dotan Cohen:<br />
If you didn&#8217;t notice, most people don&#8217;t use KDE, and don&#8217;t use crappy Open Office.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan Cohen</title>
		<link>http://www.ghacks.net/2008/09/06/insert-unicode-characters-easily/#comment-472639</link>
		<dc:creator>Dotan Cohen</dc:creator>
		<pubDate>Sat, 06 Sep 2008 07:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=6803#comment-472639</guid>
		<description>Is this really necessary? KDE comes with this built-in, and it can even sit in the system tray with with your X most used characters available (X is configurable by the user). Furthermore, Open Office comes with a Special Characters dialog built right into the software.</description>
		<content:encoded><![CDATA[<p>Is this really necessary? KDE comes with this built-in, and it can even sit in the system tray with with your X most used characters available (X is configurable by the user). Furthermore, Open Office comes with a Special Characters dialog built right into the software.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
