eclipse和myeclipse设置默认编码格式为UTF-8

1:jsp页面设置默认为utf-8

以eclipse为例

2:java界面设置: Window->Preferences->General->Workspace   面板Text file encoding 选择UTF-8

 3:另一种jsp页面设置: Window->Preferences->Web->JSP Files 面板选择 ISO 10646/Unicode(UTF-8)



原文地址:https://www.cnblogs.com/kaiwen/p/6475740.html