characters cannot be mapped

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情

some characters cannot be mapped using iso-8859-1 character encoding
MyEclipse中新建一个.properties文件,如果输入中文保存时就会提示错误
Reason:
some characters cannot be mapped using "ISO-8859-1" character encoding.
Either change the encoding or remove the characters which are not supported
by the "ISO-8859-1" character encoding.

解决办法:
菜单->Window->Preferences->General->Content Types->Text->Java Properties File设置Default encoding,把ISO-8859-1改为UTF-8  然后update.
 
如果是jsp文件或者其他文件不能保存,也可以使用相同的方法,在Text里选择相应类型的文件,将下面的Default encoding,从ISO-8859-1改为UTF-8即可。
(如果是中文 则 改为  GBK)

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/Y_Ber/archive/2010/03/15/5383340.aspx

《如何写好科研论文》章节答案(清华)学堂在线(2020秋最新网课答案) 如何写好科研论文章节答案(清华学堂在线) 第一章 如何造就优秀的学术论文--Quiz 1 1.多选题(2分) 根据本周所讲内容,对于论文标题的撰写,以下描述正确的是? A 标题应尽量精炼简洁 B 标题需注意保护知识产权 C 标题应反映核心技术 D 标题可以尽量起的宽泛 正确答案:ABC 什么样的论文能被称为优秀的论文? A 论文能开辟一个新的方向 B 论文能获得学术界重视,获得足够的引用 C 论文有一定的研究价值 D 论文有一定的创新意义 正确答案:ABCD 根据本周所讲内容,对. 阅读详情

相关推荐

phoenix插入char型数据提示CHAR types may only contain single byte characters

使用phoenix插入数据时提示如下错误信息: CHAR types may only contain single byte characters (1000009#ждб): com.salesforce.phoenix.schema.IllegalDataException: CHAR types may only contain single byte characters (10

i am me,haha,么么哒。。。 1840

Some characters cannot be mapped using "GBK" character encoding

http://oofoof.blog.163.com/blog/static/19292403720118332650713/ Some characters cannot be mapped using "GBK" character encoding   2011-09-03 15:26:50|  分类: Java |字号 订阅 ecli

cgxcgx520的专栏 1626

eclipse出现 Some characters cannot be mapped using "GBK" character encoding 错误代码的解决办法

依次点击Window->Profermance->General->Content Type->Text看目录下面的每个文件,包括子目录里面 Default encoding的值是否为utf-8,如果为别的值或为空,则全部改为utf-8,每一项改完,别忘了点一下update.全部改完后推出菜单,再点一下保存,终于成功了。

Jumping的专栏 1万+

Some characters cannot be mapped using "GBK" character encoding 错误

Some characters cannot be mapped using "GBK" character encoding 错误

渴望飞的鱼的博客 1万+

some characters cannot be mapped using iso-8859-1 character encoding

some characters cannot be mapped using iso-8859-1 character encoding some characters cannot be mapped using iso-8859-1 character encoding Eclipse中新建一个.properties文件,如果输入中文保存时就会提示错误 Rea

linwei_hello的专栏 1万+

eclipse出现 Some characters cannot be mapped using “GBK“ character encoding 错误

eclipse出现 Some characters cannot be mapped using “GBK” character encoding 错误 错误如图: 某天,我愉快的向网站中导入之前白嫖的网站模板,可是。。。 导进去后点保存,给我弹出来一个这样的报错信息 为什么会出现这样的问题呢? 这是因为MyEclipse的默认编译语言是"ISO-8859-1",这个语言不支持中文,所以如果编辑的程序含有中文而且编译语言是"ISO-8859-1“则就会出现这个问题! 如何解决呢? 解决的方法其实很简单,

赵小轩的博客 1万+

Eclipse出现some characters cannot be mapped using GBK

我这个问题是针对字符集确实设置为"GBK"但是出现了上述提示的,说明代码里有字符不能被存储为GBK,我的问题是从网上粘过来一段代码,此代码里可能有空格的格式不正确,建议自己手打输入。

柏舟 1477

php some characters cannot be mapped using "gbk"

在做一个韩国网站时,插入韩文时出现,Save could not be completed! Reason:Some characters cannot be mapped using "GBK" character enooding.Either change the encoding or Removing the chatacters which are not supported by t

小哈咪 3990

Some characters cannot be mapped using 'ISO-8859-1' character encoding

<!--google_ad_client = "pub-1654710028568330";/* 728x90, 创建于 08-5-19 */google_ad_slot = "5790075209";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"src=

静心编程-java-php-jsp-数据库-网站-我们一起成长 983

Some characters cannot be mapped using "GBK" character encoding.

问题:         android开发过程中,保存或编译时出现   Some characters cannot be mapped using "GBK" character encoding.    Either change the encoding or remove the characters which are not supported by the "GBK" chara

宝爷的专栏 2119

Some characters cannot be mapped using GBK character encoding

Eclipse --> window --> Preferences --> General --> Content Types --> Text --> 单击 Java Properties FileJSP,在底部出现 'Default edcodng:',改成UTF-8,然后update.

iteye_10711的博客 123

Some characters cannot be mapped using "GBK" character enooding

Save could not be completed! Reason:Some characters cannot be mapped using "GBK" character enooding.Either change the encoding or Removing the chatacters which are not supported by the "GBK" charact...

eagle0728的专栏 453

some characters cannot be mapped using iso-8859-1

中文显示为乱码,解决方法如下,亲测有效 ISO-8859-1改为UTF-8 <%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%> 改为 <%@ page language="java" import="java.util.*" pageEncoding="UT...

wmnmtm的专栏 568

some characters cannot be mapped using “ISO-8859-1“

MyEclipse中新建一个jsp文件,如果输入中文保存时就会提示错误: Save could not be completed. Reason: some characters cannot be mapped using “ISO-8859-1“ character enco

Stroller 1321
下一篇: Hibernate(select count(*))
Y_Ber
博客等级 码龄17年 3粉丝 21原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值