<?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>gugaBSD &#187; broffice</title>
	<atom:link href="http://www.luizgustavo.pro.br/blog/tag/broffice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luizgustavo.pro.br/blog</link>
	<description>Software Livre, BSD e outras coisas mais...</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:15:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Acentuação no brOffice Linux em FreeBSD</title>
		<link>http://www.luizgustavo.pro.br/blog/2009/10/05/acentuacao-no-broffice-linux-em-freebsd/</link>
		<comments>http://www.luizgustavo.pro.br/blog/2009/10/05/acentuacao-no-broffice-linux-em-freebsd/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:46:18 +0000</pubDate>
		<dc:creator>luizgustavo</dc:creator>
				<category><![CDATA[Software Livre]]></category>
		<category><![CDATA[mundo BSD]]></category>
		<category><![CDATA[mundo Linux]]></category>
		<category><![CDATA[acentuação]]></category>
		<category><![CDATA[broffice]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[software livre]]></category>

		<guid isPermaLink="false">http://www.luizgustavo.pro.br/blog/?p=175</guid>
		<description><![CDATA[Existe uma incompatibilidade de definição de variável entre o ambiente FreeBSD e o ambiente emulado Linux, para isso, precisamos redefinir as variaveis de locale antes de iniciar um processo no ambiente Linux. Preparei um script de inicialização para o brOffice, você pode utilizar o mesmo para qualquer situação. #!/compat/linux/bin/bash export LC_ALL=pt_BR export LANG=pt_BR export LC_CTYPE=UTF-8 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.luizgustavo.pro.br/blog/wp-content/uploads/2009/10/broffice_logo.jpg"><img class="alignright size-full wp-image-140" title="broffice_logo" src="http://www.luizgustavo.pro.br/blog/wp-content/uploads/2009/10/broffice_logo.jpg" alt="broffice_logo" width="96" height="92" /></a>Existe uma incompatibilidade de definição de variável entre o ambiente FreeBSD e o ambiente emulado Linux, para isso, precisamos redefinir as variaveis de locale antes de iniciar um processo no ambiente Linux.</p>
<p>Preparei um script de inicialização para o brOffice, você pode utilizar o mesmo para qualquer situação.</p>
<pre>#!/compat/linux/bin/bash

export LC_ALL=pt_BR
export LANG=pt_BR
export LC_CTYPE=UTF-8
export LESSCHARSET=latin1
export GTK_IM_MODULE=im
export GDK_USE_XFT=1
export GDM_LANG=pt_BR

/compat/linux/opt/broffice.org3/program/soffice &amp;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.luizgustavo.pro.br/blog/2009/10/05/acentuacao-no-broffice-linux-em-freebsd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
