<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>workbench @ haefelinger.it &#187; tex</title>
	<atom:link href="http://workbench.haefelinger.it/archives/tag/tex/feed" rel="self" type="application/rss+xml" />
	<link>http://workbench.haefelinger.it</link>
	<description>Notes, thouhts and other stuff on software development</description>
	<lastBuildDate>Thu, 28 Jul 2011 20:25:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XeTeX: &#8220;Failed to convert input string to UTF16&#8243;</title>
		<link>http://workbench.haefelinger.it/archives/148</link>
		<comments>http://workbench.haefelinger.it/archives/148#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:56:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tex]]></category>
		<category><![CDATA[xetex]]></category>

		<guid isPermaLink="false">http://workbench.haefelinger.it/?p=148</guid>
		<description><![CDATA[XeTeX allows me to hack away directly in Unicode. But what&#8217;s even more cool is that I can just use the fonts installed on my system without diving into some of TeX most darkest corners. However, when I compiled a larger document with xelatex, I faced some strange warnings like

This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX [...]]]></description>
			<content:encoded><![CDATA[<p>XeTeX allows me to hack away directly in Unicode. But what&#8217;s even more cool is that I can just use the fonts installed on my system without diving into some of TeX most darkest corners. However, when I compiled a larger document with <code>xelatex</code>, I faced some strange warnings like</p>
<pre>
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009)
entering extended mode
[..]
** WARNING ** Failed to convert input string to UTF16...
</pre>
<p>and I had no explanation where this might come from. After a <em>divide-and-conquer</em> debugging session, it turned out that my input was just fine. It was rather a setting that caused this warning:</p>
<pre>
\hypersetup{
     ..
     unicode=true          %  causes UTF-16 warning
}
</pre>
<p>After having removed that line, a<strong>ll UTF-16 warnings are gone</strong>. </p>
]]></content:encoded>
			<wfw:commentRss>http://workbench.haefelinger.it/archives/148/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

