<?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>B3 bohemia&#039;s - 坚持创新，给设计多一点乐趣 &#187; 乱码</title>
	<atom:link href="http://blog.b3inside.com/tag/%e4%b9%b1%e7%a0%81/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.b3inside.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 02:50:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>解决Mac下压缩出现乱码问题</title>
		<link>http://blog.b3inside.com/apple/solve-file-name-garbled-with-betterzip/</link>
		<comments>http://blog.b3inside.com/apple/solve-file-name-garbled-with-betterzip/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 05:43:20 +0000</pubDate>
		<dc:creator>波希米亚</dc:creator>
				<category><![CDATA[苹果产品]]></category>
		<category><![CDATA[乱码]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://blog.b3inside.com/?p=529</guid>
		<description><![CDATA[可能使用Mac系统的朋友，在压缩文件时遇到过这样的问题： 要给朋友传文件，而对方又是WIN系统。我们打好包传过去以后，对方解压缩发现中文文件名都成乱码了。这是怎么回事？ 原来，Mac下，默认文字编码是utf-8，而在WIN下是gbk。这样，在WIN下解压Mac打包的文件时，是用gbk来解析utf-8，就出现乱码了。 出现问题就得解决！之前我一直用Stuffit进行压缩，格式是.zip，就出现了上面所说的问题。解决方法很简单，换用BetterZip，同时把文件压缩成.rar格式。BetterZip支持压缩rar，但本身不带这个功能需要自己挂插件，也很简单 ： 下载BetterZip并安装 自行下载winrar包，如：RAR 3.80 for MacOS X 打开BetterZip，进入“Preferences”─“Helpers”，将之前下载好的winrar挂载在BetterZip中 接下来，再压缩时就可以选择rar格式了 别看问题不大，真挺折腾人的。 相关文章 解决iPhone来电和短信无法显示联系人名字的问题 介绍两个画流程图的软件 解决iPhone不能收发短信问题 用键盘切换Mission Control的桌面 解决AppleID邮箱无法验证的问题
相关文章<ol>
<li><a href='http://blog.b3inside.com/apple/iphone-callerid-fix-for-unsupported-countries/' rel='bookmark' title='解决iPhone来电和短信无法显示联系人名字的问题'>解决iPhone来电和短信无法显示联系人名字的问题</a></li>
<li><a href='http://blog.b3inside.com/essay/draw-a-beautiful-flow/' rel='bookmark' title='介绍两个画流程图的软件'>介绍两个画流程图的软件</a></li>
<li><a href='http://blog.b3inside.com/apple/solve-iphone-sms-problem/' rel='bookmark' title='解决iPhone不能收发短信问题'>解决iPhone不能收发短信问题</a></li>
<li><a href='http://blog.b3inside.com/apple/control-your-mission-control-with-keyboard/' rel='bookmark' title='用键盘切换Mission Control的桌面'>用键盘切换Mission Control的桌面</a></li>
<li><a href='http://blog.b3inside.com/apple/to-sovld-verified-problem-for-appleid/' rel='bookmark' title='解决AppleID邮箱无法验证的问题'>解决AppleID邮箱无法验证的问题</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>可能使用Mac系统的朋友，在压缩文件时遇到过这样的问题：</p>
<p>要给朋友传文件，而对方又是WIN系统。我们打好包传过去以后，对方解压缩发现中文文件名都成乱码了。这是怎么回事？</p>
<p>原来，Mac下，默认文字编码是utf-8，而在WIN下是gbk。这样，在WIN下解压Mac打包的文件时，是用gbk来解析utf-8，就出现乱码了。</p>
<p>出现问题就得解决！之前我一直用Stuffit进行压缩，格式是.zip，就出现了上面所说的问题。解决方法很简单，换用BetterZip，同时把文件压缩成.rar格式。BetterZip支持压缩rar，但本身不带这个功能需要自己挂插件，也很简单 ：</p>
<ol>
<li>下载BetterZip并安装</li>
<li>自行下载<a href="http://www.win-rar.com/download.html" target="_blank">winrar</a>包，如：<a href="http://www.win-rar.com/index.php?id=160&amp;dl=rarosx-3.8.0.tar.gz" target="_blank">RAR 3.80 for MacOS X</a></li>
<li>打开BetterZip，进入“Preferences”─“Helpers”，将之前下载好的winrar挂载在BetterZip中<br />
<img class="alignnone size-medium wp-image-531" title="betterzip-winrar" src="http://blog.b3inside.com/wp-content/uploads/2009/03/betterzip-winrar-400x278.gif" alt="betterzip-winrar" width="400" height="278" /></li>
<li>接下来，再压缩时就可以选择rar格式了</li>
</ol>
<p>别看问题不大，真挺折腾人的。 </p>
<p>相关文章<ol>
<li><a href='http://blog.b3inside.com/apple/iphone-callerid-fix-for-unsupported-countries/' rel='bookmark' title='解决iPhone来电和短信无法显示联系人名字的问题'>解决iPhone来电和短信无法显示联系人名字的问题</a></li>
<li><a href='http://blog.b3inside.com/essay/draw-a-beautiful-flow/' rel='bookmark' title='介绍两个画流程图的软件'>介绍两个画流程图的软件</a></li>
<li><a href='http://blog.b3inside.com/apple/solve-iphone-sms-problem/' rel='bookmark' title='解决iPhone不能收发短信问题'>解决iPhone不能收发短信问题</a></li>
<li><a href='http://blog.b3inside.com/apple/control-your-mission-control-with-keyboard/' rel='bookmark' title='用键盘切换Mission Control的桌面'>用键盘切换Mission Control的桌面</a></li>
<li><a href='http://blog.b3inside.com/apple/to-sovld-verified-problem-for-appleid/' rel='bookmark' title='解决AppleID邮箱无法验证的问题'>解决AppleID邮箱无法验证的问题</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.b3inside.com/apple/solve-file-name-garbled-with-betterzip/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

